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 last month
- 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
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 3 years ago
- The cmd-shim used in npm☆77Updated last month
- Detect the dominant newline character of a string☆55Updated last year
- Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!☆111Updated 2 years ago
- Simple RFC 6838 media type parser and formatter☆56Updated last month
- Check if a string matches the name of a Node.js builtin module☆59Updated 6 months 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
- Strip UTF-8 byte order mark (BOM) from a string☆111Updated 4 years ago
- Determine if an object is a Buffer☆90Updated 4 years ago
- Make a callback- or promise-based function support both promises and callbacks.☆111Updated last year
- Basic object store with methods like get/set/extend/omit☆57Updated 3 years ago
- Wordwrap a string with ANSI escape codes☆128Updated last year
- Resolve the path of a module like `require.resolve()` but from the current working directory☆69Updated 4 years ago
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Updated 4 years ago
- Start a promise chain☆58Updated 3 years ago
- Check if a value is a plain object☆102Updated last year
- Check if something is a Node.js stream☆112Updated 10 months ago
- Add callbacks to requests in flight to avoid async duplication☆74Updated last year
- Check if your package was installed globally☆70Updated last year
- Import a globally installed module☆58Updated last year
- (object pick) returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.☆41Updated 3 years ago
- Write a package.json file☆88Updated last year
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆94Updated 3 years ago
- Parse HTTP X-Forwarded-For header☆58Updated last month
- Create and parse HTTP Content-Type header☆138Updated last month
- Check if a path is a file, directory, or symlink☆78Updated last year
- Range header field parser☆93Updated last month