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
Sorting:
- Is this an ES6 Symbol value?☆19Updated 5 months ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 9 months ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 5 months ago
- ES2015 `String#codePointAt()` ponyfill☆22Updated 4 years ago
- ES2015 Number.isFinite() ponyfill☆19Updated 4 years ago
- Returns true if a string has an extglob☆23Updated 5 years ago
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- A cache for managing namespaced sub-caches☆14Updated 3 years ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- Is this value a JS regex?☆24Updated 5 months ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 10 months ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Updated 4 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- Object of "void elements" as defined by the WHATWG HTML Standard.☆25Updated 2 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.☆18Updated 2 years ago
- One promise for multiple requests in flight to avoid async duplication☆16Updated 4 years ago
- Modern Buffer API polyfill without footguns☆25Updated 4 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- Returns an object with the base path and the actual pattern from a glob.☆17Updated 8 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 4 years ago
- Get the user home directory with fallback to the system temp directory☆30Updated 4 years ago
- fs read and write streams based on minipass☆20Updated 9 months ago
- Map `visit` over an array of objects.☆17Updated 2 years ago
- normalize a ranged value that wraps. ( i.e. angular range [0-360), where 400 === 40 and -20 === 340)☆17Updated 3 years ago
- 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 a non-enumerable property on an object.☆21Updated 2 years ago
- Faster, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks.☆25Updated 6 years ago