npm

@empjs/polyfill
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

EMP Polyfill

// polyfill all `core-js` features, including early-stage proposals:
import "core-js";
// or:
import "core-js/full";
// polyfill all actual features - stable ES, web standards and stage 3 ES proposals:
import "core-js/actual";
// polyfill only stable features - ES and web standards:
import "core-js/stable";
// polyfill only stable ES features:
import "core-js/es";

Readme

Keywords

none

Package Sidebar

Install

npm i @empjs/polyfill

Weekly Downloads

12

Version

0.0.2

License

MIT

Unpacked Size

8.07 MB

Total Files

20

Last publish

Collaborators

  • ron0115
  • doerme
  • ckken