UNPKG

array-from-polyfill

Version:

Array.from polyfill

17 lines (10 loc) 128 B
## usage ``` import 'array-from-polyfill'; ``` or ``` require 'array-from-polyfill'; ``` then use Array.from() then done