Go to repository

Type Alias AnyFunction

AnyFunction: ((...args: readonly any[]) => any)

This type represents a function that can take any number of arguments, and return any value or not return at all. It's a useful type definition for places where a function is expected, but it's shape may be any.