From f903cc11186e0d5c6c4173821d6b7bf2a49f6c01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Sun, 10 Jan 2021 16:20:17 +0100 Subject: [PATCH] [readme] Add note about es-shim API --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ec5218..b028e89 100644 --- a/README.md +++ b/README.md @@ -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