Files
med-notes/.pnpm-store/v10/files/3b/26e45dc25e4160986f26cf26892dc5e11967492576cde6be81d809b961accceaeb1591190aa483dd61bb836d39f60d4bede8e615932738cdb5c9a8eabec2fc
2025-05-09 05:30:08 +02:00

20 lines
369 B
Plaintext

# @babel/helper-validator-identifier
> Validate identifier/keywords name
See our website [@babel/helper-validator-identifier](https://babeljs.io/docs/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
```