UNPKG
array-from-polyfill
Version:
latest (1.0.1)
1.0.1
1.0.0
Array.from polyfill
array-from-polyfill
/
readme.md
17 lines
(10 loc)
•
128 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## usage
``
` import 'array-from-polyfill'; `
``
or
``
` require 'array-from-polyfill'; `
``
then
use
Array.from() then done