daa88a8d00fd2aa713e56960554f0a62bdb905085060a9f8a3c9a391a96150be303a24cff2c7ef786a2bdcf8c251d815d3f40587dd1e6fc8566dce9975b8ff 335 B

12345678910111213141516171819
  1. # @babel/helper-string-parser
  2. > A utility package to parse strings
  3. See our website [@babel/helper-string-parser](https://babeljs.io/docs/babel-helper-string-parser) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save @babel/helper-string-parser
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/helper-string-parser
  12. ```