UNPKG

@jsonjoy.com/util

Version:
2 lines (1 loc) 85 B
export declare const sort: <T>(arr: T[], comparator: (a: T, b: T) => number) => T[];