Type Alias AnyFn

Source
Expand description

Type for any function

type AnyFn = (...args: any[]) => any