es-shims / object-isLinks
ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.
☆25Updated 3 weeks ago
Alternatives and similar repositories for object-is
Users that are interested in object-is are comparing it to the libraries listed below
Sorting:
- The Node.js `util.deprecate()` function with browser support☆38Updated 7 years ago
- List of node.js builtin modules☆37Updated last month
- Array.prototype.includes spec-compliant polyfill☆43Updated 3 weeks ago
- Get the length of the longest item in an array.☆29Updated 7 years ago
- set blocking stdio and stderr ensuring that terminal output does not truncate☆39Updated 2 years ago
- Node.js Readline façade fixing bugs and issues in v0.8 and v0.10☆27Updated last year
- Center-align the text in a string.☆23Updated 8 years ago
- Track the list of currently unhandled promise rejections☆24Updated 7 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 3 weeks ago
- Replaces a file extension with another one.☆46Updated 2 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆37Updated 4 years ago
- Low-level wrapper to easily support sync, async, and generator functions.☆34Updated 5 years ago
- Get the set npm registry URL☆57Updated 9 months ago
- Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `packag…☆40Updated 2 years ago
- Find array elements. Executes a callback for each element, returns the first element for which its callback returns a truthy value.☆29Updated 6 years ago
- A module which will endeavor to guess your terminal's level of color support.☆23Updated 7 years ago
- Check if the character represented by a given Unicode code point is fullwidth☆51Updated 4 months ago
- Object of "void elements" as defined by the WHATWG HTML Standard.