stack

Home > @infiniteobjects/type-utils > AnyFunction

AnyFunction type

Matches any function

Signature:

export type AnyFunction = (...args: any[]) => any;