es-shims / object-is
ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.
☆25Updated last year
Alternatives and similar repositories for object-is
Users that are interested in object-is are comparing it to the libraries listed below
Sorting:
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 9 months ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Array.prototype.includes spec-compliant polyfill☆43Updated last year
- List of node.js builtin modules☆38Updated last year
- set blocking stdio and stderr ensuring that terminal output does not truncate☆38Updated last year
- Object.keys shim☆45Updated last month
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- fstream class for creating npm packages☆30Updated 8 years ago
- Is this an ES6 Symbol value?☆19Updated 5 months ago
- Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.☆18Updated 2 years ago
- Sink your streams.☆17Updated 2 years ago
- Snapdragon utility for creating a new AST node in custom code, such as plugins.☆25Updated 6 years ago
- PostCSS plugin to discard overridden keyframes or counter-style.☆16Updated 8 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- Create a Vinyl file from an actual file☆41Updated 2 years ago
- Low-level wrapper to easily support sync, async, and generator functions.☆34Updated 4 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Extend the properties from any number of objects onto the first object. Pass an empty object as the first arg to create a new object.☆14Updated 7 years ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- Modern version of duplexer2☆15Updated 2 years ago
- timers module for browserify☆24Updated 5 months ago
- Returns `true` if a file path appears to be relative. Moved from the "relative" lib.☆14Updated 7 years ago
- Global logging utility.☆18Updated last year
- ES spec-compliant shim for String.prototype.padStart☆23Updated 2 months ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 6 months ago
- Give me a string and I'll tell you if it's a valid npm package license string☆27Updated 4 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆35Updated 4 years ago
- A module which will endeavor to guess your terminal's level of color support.☆24Updated 6 years ago
- Promises of copies of files, directories and symlinks, with concurrency controls and win32 junction fallback.☆19Updated 3 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