Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

array-from-polyfill

korbinzhao8.1kISC1.0.1

Array.from polyfill

Array.from, polyfill

readme

usage

import 'array-from-polyfill';

or

require 'array-from-polyfill';

then use Array.from()

then done