/** * use this type definition instead of `Function` type constructor */ export type AnyFunction = (...args: any[]) => any; //# sourceMappingURL=any-function.d.ts.map