jonschlinkert / isobjectLinks
Is the value an object, and not an array or null?
☆107Updated last year
Alternatives and similar repositories for isobject
Users that are interested in isobject are comparing it to the libraries listed below
Sorting:
- Manipulate the HTTP Vary header☆61Updated 2 weeks ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 3 years ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Check if a value is a plain object☆103Updated last year
- Basic object store with methods like get/set/extend/omit☆57Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆61Updated 7 months ago
- Strip UTF-8 byte order mark (BOM) from a string☆111Updated 4 years ago
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆95Updated 2 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated last year
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Simple RFC 6838 media type parser and formatter☆56Updated 2 weeks ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated last year
- Determine if an object is a Buffer☆90Updated 4 years ago
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Updated 4 years ago
- Object.prototype.hasOwnProperty☆59Updated 2 years ago
- Ponyfill for Error#captureStackTrace☆61Updated 3 years ago
- Check if a Buffer/Uint8Array is a PNG image☆48Updated 3 years ago
- Easily handle defaults for your options☆75Updated 2 years ago
- Check if something is a Node.js stream☆113Updated 11 months ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆95Updated 3 years ago
- Start a promise chain☆60Updated last month
- Check if your package was installed globally☆69Updated last year
- Resolve the path of a module like `require.resolve()` but from the current working directory☆69Updated 4 years ago
- Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!☆111Updated 3 years ago
- Convert a value to an array☆131Updated 3 years ago
- Check if a path is a file, directory, or symlink☆79Updated last year
- The cmd-shim used in npm☆76Updated this week
- Is the typeof value a javascript primitive?☆37Updated 4 years ago
- Make a shallow clone of an object, array or primitive.☆29Updated last month