UNPKG

supergeneric

Version:

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

2 lines (1 loc) 90 B
export declare const median: (values: any[], sortBy?: (a: any, b: any) => number) => any;