3 lines
80 B

declare function swap(arr: any[], a: number, b: number): any[];
export = swap;