Urara-Blog/node_modules/.pnpm-store/v3/files/14/61be5e39453f6aa645a425f80019982c701212b03afe866d6b53b5e488cab6ccf06b6207ba35f5e619e7d5df899a114b9ce7d50d4968c6eda98d3d14e33e36
2022-08-14 01:14:53 +08:00

19 lines
372 B
Text

# @babel/helper-validator-identifier
> Validate identifier/keywords name
See our website [@babel/helper-validator-identifier](https://babeljs.io/docs/en/babel-helper-validator-identifier) for more information.
## Install
Using npm:
```sh
npm install --save @babel/helper-validator-identifier
```
or using yarn:
```sh
yarn add @babel/helper-validator-identifier
```