https://github.com/michaeljohnn/array-from-polyfill
Array.from polyfill, overwrite Array.from if not existed
https://github.com/michaeljohnn/array-from-polyfill
Last synced: over 1 year ago
JSON representation
Array.from polyfill, overwrite Array.from if not existed
- Host: GitHub
- URL: https://github.com/michaeljohnn/array-from-polyfill
- Owner: michaeljohnn
- Created: 2018-01-23T08:40:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T08:46:25.000Z (over 8 years ago)
- Last Synced: 2025-01-11T04:53:17.502Z (over 1 year ago)
- Language: JavaScript
- Size: 5.27 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## usage
```
import 'array-from-polyfill';
```
or
```
require 'array-from-polyfill';
```
then use Array.from()
then done