Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @babel / helper-validator-identifier / README.md
1 # @babel/helper-validator-identifier
2
3 > Validate identifier/keywords name
4
5 See our website [@babel/helper-validator-identifier](https://babeljs.io/docs/en/babel-helper-validator-identifier) for more information.
6
7 ## Install
8
9 Using npm:
10
11 ```sh
12 npm install --save-dev @babel/helper-validator-identifier
13 ```
14
15 or using yarn:
16
17 ```sh
18 yarn add @babel/helper-validator-identifier --dev
19 ```