aswi2020vldc-gitlab/templetes/node_modules/@babel/runtime/README.md @ 10920ea3
1 |
# @babel/runtime
|
---|---|
2 | |
3 |
> babel's modular runtime helpers
|
4 | |
5 |
See our website [@babel/runtime](https://babeljs.io/docs/en/next/babel-runtime.html) for more information. |
6 | |
7 |
## Install
|
8 | |
9 |
Using npm: |
10 | |
11 |
```sh |
12 |
npm install --save @babel/runtime |
13 |
```
|
14 | |
15 |
or using yarn: |
16 | |
17 |
```sh |
18 |
yarn add @babel/runtime |
19 |
```
|