inspect-js / is-string
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
☆21Updated 4 months ago
Alternatives and similar repositories for is-string:
Users that are interested in is-string are comparing it to the libraries listed below
- Is this an ES6 Symbol value?☆19Updated 4 months ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 8 months ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 4 months ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆16Updated 4 months ago
- PostCSS plugin to discard overridden keyframes or counter-style.☆16Updated 8 years ago
- Use `npx aud` instead of `npm audit`, whether you have a lockfile or not!☆26Updated 8 months ago
- Is this an arguments object? It's a harder question than you think.☆16Updated 4 months ago
- Returns true if a string has an extglob☆23Updated 5 years ago
- Resolve a directory that is either local, global or in the user's home directory.☆14Updated 7 years ago
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.☆18Updated 2 years ago
- Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.☆32Updated 4 years ago
- ☆27Updated 4 years ago
- Determine if the JS environment has Symbol support. Supports spec, or shams.☆16Updated 4 months ago
- node's assert.deepEqual algorithm except for the fact that (NaN === NaN) and (+0 !== -0).☆21Updated 3 years ago
- The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.☆11Updated 7 months ago
- Find the module object for something that was require()d☆27Updated 2 years ago
- ☆20Updated 3 years ago
- ES2015 `String#codePointAt()` ponyfill☆22Updated 4 years ago
- Faster, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks.☆25Updated 6 years ago
- ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.☆25Updated last year
- fs read and write streams based on minipass☆20Updated 9 months ago
- normalize a ranged value that wraps. ( i.e. angular range [0-360), where 400 === 40 and -20 === 340)☆17Updated 3 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- One promise for multiple requests in flight to avoid async duplication☆16Updated 4 years ago
- Like `extend` but only copies missing properties/values to the target object.☆17Updated 7 years ago
- WeakMap collection as specified in ECMAScript6☆30Updated 3 years ago
- ES6 spec-compliant Function.prototype.name sham.☆11Updated 4 months ago