Urara-Blog/node_modules/.pnpm-store/v3/files/0c/8bc715bd1b8fa7df8191b60725e18f35c1c1272acc130bea910bb5c58b031cbc1d1cf75dbaed6c68166f1ec15714d3cf9a4c9542dffe98197594dc4788d898
2022-08-14 01:14:53 +08:00

19 lines
427 B
Text

# @babel/plugin-proposal-json-strings
> Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
See our website [@babel/plugin-proposal-json-strings](https://babeljs.io/docs/en/babel-plugin-proposal-json-strings) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-proposal-json-strings
```
or using yarn:
```sh
yarn add @babel/plugin-proposal-json-strings --dev
```