Urara-Blog/node_modules/.pnpm-store/v3/files/44/399f0cc9af1db12d75ca936224164bc650c104186389700f1d6a19bf68f88292db92025f00a9b146ca43b9a64b2f88f2b959b7f618488f805ff27a56c9cad1
2022-08-14 01:14:53 +08:00

19 lines
408 B
Text

# @babel/plugin-transform-reserved-words
> Ensure that no reserved words are used.
See our website [@babel/plugin-transform-reserved-words](https://babeljs.io/docs/en/babel-plugin-transform-reserved-words) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-transform-reserved-words
```
or using yarn:
```sh
yarn add @babel/plugin-transform-reserved-words --dev
```