From f7442c7055222e5a4804ea67ab3a4617f602451f Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 3 Apr 2022 12:56:06 -0700 Subject: [PATCH] [readme] add implementations section; es-shims links (#81) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2623b78..6a314f1 100644 --- a/README.md +++ b/README.md @@ -87,3 +87,11 @@ If web compatibility prescribes it, property names defined in this proposal are [tuple-proto]: https://tc39.es/proposal-record-tuple/#sec-properties-of-the-tuple-prototype-object [r-t]: https://github.com/tc39/proposal-record-tuple + +## Implementations + + - [es-shims](https://github.com/es-shims): + - [`array.prototype.tosorted`](https://www.npmjs.com/package/array.prototype.tosorted) + - [`array.prototype.toreversed`](https://www.npmjs.com/package/array.prototype.toreversed) + - [`array.prototype.tospliced`](https://www.npmjs.com/package/array.prototype.tospliced) + - [`array.prototype.with`](https://www.npmjs.com/package/array.prototype.with)