2022-12-23 12:03:25 +00:00
|
|
|
# @babel/helper-string-parser
|
|
|
|
|
|
|
|
> A utility package to parse strings
|
|
|
|
|
2024-04-22 11:47:34 +00:00
|
|
|
See our website [@babel/helper-string-parser](https://babeljs.io/docs/babel-helper-string-parser) for more information.
|
2022-12-23 12:03:25 +00:00
|
|
|
|
|
|
|
## Install
|
|
|
|
|
|
|
|
Using npm:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
npm install --save @babel/helper-string-parser
|
|
|
|
```
|
|
|
|
|
|
|
|
or using yarn:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
yarn add @babel/helper-string-parser
|
|
|
|
```
|