inspect-js / is-string
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
☆21Updated 3 months ago
Alternatives and similar repositories for is-string:
Users that are interested in is-string are comparing it to the libraries listed below
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 7 months ago
- Is this an ES6 Symbol value?☆19Updated 3 months ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 3 months ago
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- ES2015 `String#codePointAt()` ponyfill☆22Updated 4 years ago
- Get the command from a shebang☆23Updated 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
- Strip redundant indentation and indent the string☆54Updated 3 years 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
- Returns true if a string has an extglob☆23Updated 5 years ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- Is this value a JS regex?☆24Updated 3 months ago
- ES2015 Number.isFinite() ponyfill☆19Updated 3 years ago
- fs read and write streams based on minipass☆20Updated 8 months ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 8 months ago
- Lowercase the keys of an object☆40Updated last year
- timers module for browserify☆24Updated 3 months ago
- Check if a number is a redirect HTTP status code☆23Updated 3 years ago
- Find the module object for something that was require()d☆27Updated last year
- Resolve a directory that is either local, global or in the user's home directory.☆14Updated 7 years ago
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Updated 8 years ago
- Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.☆32Updated 4 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Returns an object with the base path and the actual pattern from a glob.☆17Updated 7 years ago
- Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.☆18Updated 2 years ago
- Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆15Updated 3 months ago
- Object of "void elements" as defined by the WHATWG HTML Standard.☆25Updated 2 years ago
- Simple `setImmediate` shim☆28Updated last year
- Check if a file path is a binary file☆44Updated 10 months ago