UNPKG

typedash

Version:

modern, type-safe collection of utility functions

5 lines 210 B
//#region src/types/_internal/AnyFunction.d.ts type AnyFunction<TReturnType = any> = (...args: any[]) => TReturnType; //#endregion export { AnyFunction as t }; //# sourceMappingURL=AnyFunction-DygJG5Tn.d.ts.map