Skip to content

Commit c096610

Browse files
authored
add core-js implementation (#10)
1 parent c54fb6a commit c096610

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
ECMAScript Stage-1 Proposal. J. S. Choi, 2021.
33

44
* **[Specification][]** available
5-
* **[Polyfill][]** available
5+
* Polyfills:
6+
* **[core-js][]**
7+
* **[array-from-async][]**
68

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

1013
## Why an `Array.fromAsync` method
1114
Since its standardization in JavaScript,

0 commit comments

Comments
 (0)