FunctionType Type alias

Shorthand for "any function". TSLint doesn't like the built-in Function type for some reason.

FunctionType = (...args: any[]) => any

Defined in

Last Updated: 08 January, 2020