26e45dc25e4160986f26cf26892dc5e11967492576cde6be81d809b961accceaeb1591190aa483dd61bb836d39f60d4bede8e615932738cdb5c9a8eabec2fc 369 B

12345678910111213141516171819
  1. # @babel/helper-validator-identifier
  2. > Validate identifier/keywords name
  3. See our website [@babel/helper-validator-identifier](https://babeljs.io/docs/babel-helper-validator-identifier) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save @babel/helper-validator-identifier
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/helper-validator-identifier
  12. ```