```swift @JSFunction func roundtrip(_ items: [Int]) -> [Int] ``` also add support in ts2swift ```ts export function roundtrip(items: number[]): number[]; ```