UNPKG

supergeneric

Version:

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

4 lines (3 loc) 128 B
type AnyFunction = (...args: any[]) => any; export declare const convert: (data: any, ...fns: AnyFunction[]) => any; export {};