jonschlinkert / is-primitiveLinks
Is the typeof value a javascript primitive?
☆37Updated 4 years ago
Alternatives and similar repositories for is-primitive
Users that are interested in is-primitive are comparing it to the libraries listed below
Sorting:
- Modern Buffer API polyfill without footguns☆25Updated 4 years ago
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Define a non-enumerable property on an object.☆21Updated 2 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
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated last year
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- ES2015 Number.isNaN() ponyfill☆28Updated last year
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated 2 years ago
- Returns `true` if a file path appears to be relative. Moved from the "relative" lib.☆14Updated 7 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 3 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- Uses babel to extract JavaScript code comments from a string. Returns an array of comment objects, with line, column, index, comment type…☆14Updated 7 years ago
- Serialize (encode) HTML character references☆22Updated last year
- Array.prototype.includes spec-compliant polyfill☆43Updated last month
- Returns true if a filepath is absolute. The original path-is-absolute.☆22Updated 8 years ago
- Simple RFC 6838 media type parser and formatter☆57Updated 2 weeks ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 4 months ago
- Give me a string and I'll tell you if it's a valid npm package license string☆27Updated 4 years ago
- List of node.js builtin modules☆38Updated last year
- Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notati…☆24Updated 3 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 11 months ago
- Is this an ES6 Symbol value?☆19Updated 7 months ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- A through2 wrapper to for simple stream.PassThrough spies.☆22Updated 10 years ago
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs…☆97Updated 2 years ago
- Strip the final newline character from a string/buffer☆36Updated 8 months ago
- Check if the character represented by a given Unicode code point is fullwidth☆49Updated last year
- Extend the properties from any number of objects onto the first object. Pass an empty object as the first arg to create a new object.☆14Updated 7 years ago