FunctionType Type Alias
Deprecated  in 4.15.0. Use (...args: any[]) => any instead.
FunctionType = (...args: any[]) => any
Shorthand for "any function".  TSLint doesn't like the built-in Function type for some reason.
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.