UNPKG

337 BMarkdownView Raw
1# @babel/runtime-corejs3
2
3> babel's modular runtime helpers with core-js@3 polyfilling
4
5See our website [@babel/runtime-corejs3](https://babeljs.io/docs/en/babel-runtime-corejs3) for more information.
6
7## Install
8
9Using npm:
10
11```sh
12npm install --save @babel/runtime-corejs3
13```
14
15or using yarn:
16
17```sh
18yarn add @babel/runtime-corejs3
19```