UNPKG

typedash

Version:

modern, type-safe collection of utility functions

4 lines (2 loc) 106 B
type AnyFunction<TReturnType = any> = (...args: any[]) => TReturnType; export type { AnyFunction as A };