inspect-js / is-callableLinks
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
☆41Updated 2 years ago
Alternatives and similar repositories for is-callable
Users that are interested in is-callable are comparing it to the libraries listed below
Sorting:
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 11 months ago
- Find the module object for something that was require()d☆27Updated 2 years ago
- Is this an ES6 Symbol value?☆19Updated 6 months ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆26Updated last year
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated 11 months ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 7 months ago
- Callback wrapping utility☆56Updated last year
- ES spec-compliant shim for String.prototype.padStart☆23Updated 3 months ago
- Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆21Updated 6 months ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 4 years ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 4 months ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆35Updated 4 years ago
- Check if the character represented by a given Unicode code point is fullwidth☆49Updated last year
- Returns `true` if a file path appears to be relative. Moved from the "relative" lib.☆14Updated 7 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 3 years ago
- List of node.js builtin modules☆38Updated last year
- Give me a string and I'll tell you if it's a valid npm package license string☆27Updated 4 years ago
- Check if an object can be used like an Array☆16Updated 3 years ago
- Strip the final newline character from a string/buffer☆36Updated 8 months ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- Moved to https://github.com/nodejs/string_decoder☆23Updated 8 years ago
- ES2015 Number.isNaN() ponyfill☆28Updated last year
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆59Updated 3 years ago
- Is this an arguments object? It's a harder question than you think.☆17Updated 6 months ago
- Object.keys shim☆45Updated 2 months ago