FunctionType Type
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: 20 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.