An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## usage

```
import 'array-from-polyfill';
```

or

```
require 'array-from-polyfill';
```

then use Array.from()

then done