Home > @infiniteobjects/type-utils > AnyFunction
Matches any function
Signature:
export type AnyFunction = (...args: any[]) => any;