Skip to content

Commit

Permalink
[readme] Add note about es-shim API
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored and ljharb committed Jan 10, 2021
1 parent 4f0e99b commit f903cc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -12,6 +12,8 @@ ES2015-compliant shim for Object.is - differentiates between -0 and +0, and can

Essentially, Object.is returns the same value as === - but true for NaN, and false for -0 and +0.

This package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES3-supported environment and complies with the [spec](https://tc39.es/ecma262).

## Example

```js
Expand Down

0 comments on commit f903cc1

Please sign in to comment.