UNPKG

supergeneric

Version:

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

4 lines (3 loc) 126 B
type AnyFunction = (...args: any[]) => any; export declare const recurse: (fn: AnyFunction) => (data: any) => any; export {};