Uneventful
Preparing search index...
uneventful/utils
isFunction
Function isFunction
isFunction
(
f
:
any
)
:
f
is
Function
Is the given value a function? (Shorthand for
typeof f === "function"
)
Parameters
f
:
any
Returns
f
is
Function
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Uneventful
Loading...
Is the given value a function? (Shorthand for
typeof f === "function"
)