4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
declare function swap(arr: any[], a: number, b: number): any[];
|
|
|
|
export = swap;
|