insertion2.d.ts 85 B

1
  1. export declare const sort: <T>(arr: T[], comparator: (a: T, b: T) => number) => T[];