UNPKG

supergeneric

Version:

Supergeneric JS helper functions... formatters, math functions, sort functions, etc.

2 lines (1 loc) 64 B
export declare const ascending: (a: any, b: any) => 1 | -1 | 0;