mathiasbynens / Array.from

A robust & optimized ES3-compatible polyfill for the `Array.from` method in ECMAScript 6.

Home Page:https://mths.be/array-from

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use with 'import' in browser?

UserHuRu opened this issue · comments

How to use with 'import' in browser

You wouldn't - browser ESM doesn't yet work with npm modules.

You'd use this package the same way as everything else - via a module bundler.