Showing 21-40 of 50 packages
Checks whether a value is a function or not.
判断当前值是否为函数
Powerful package to check for variable types, values and others.
An expressive type testing library
A TypeScript type guard that validates if the given value is a function
A utility to determine if a value is a function
is's a helper
A utility to check if a JavaScript function is pure.
Determine if a value is a function
A lightweight JavaScript utility library with common functions
Is value a function check
A module that provide a function to detect a value is a function
@js-plus/is-function
Is it one?
Determine if a value is a function
'Is' is a very small module that smoothes over some of the gotchas in JavaScript type checking. It behaves the way you (or rather, I) would expect type checking to work -- e.g., is.object() only works on objects that are neither arrays nor regular expressions. It also makes indexOf() easier to use, and provides search functions. Works in Node; should work in browser as well, exporting a variable 'is' into the global namespace.
Check does the given Javascript Object is a function.
Check whether a value is a function
Type Wrangler is a very small module that smoothes over some of the gotchas in JavaScript type checking and casting. It behaves the way you (or perhaps just I) would expect type checking to work -- e.g., is.object() only works on objects that are neither