UNPKG

data-structure-typed

Version:
2 lines (1 loc) 51 B
export type AnyFunction = (...args: any[]) => any;