Skip to content

Commit

Permalink
add core-js implementation (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Sep 24, 2021
1 parent c54fb6a commit c096610
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
ECMAScript Stage-1 Proposal. J. S. Choi, 2021.

* **[Specification][]** available
* **[Polyfill][]** available
* Polyfills:
* **[core-js][]**
* **[array-from-async][]**

[specification]: http://jschoi.org/21/es-array-async-from/
[polyfill]: https://www.npmjs.com/package/array-from-async
[core-js]: https://github.com/zloirock/core-js#arrayfromasync
[array-from-async]: https://www.npmjs.com/package/array-from-async

## Why an `Array.fromAsync` method
Since its standardization in JavaScript,
Expand Down

0 comments on commit c096610

Please sign in to comment.