Urara-Blog/node_modules/.pnpm-store/v3/files/16/b4a65915f88c016ce2fa3b4146be0ae6a01538299ecac80fed5ed7c990a3cb1d0ee985470020e780424604e80b779bf5ed4cf1405c7a3a21521a3aac9e8056
2022-08-14 01:14:53 +08:00

19 lines
399 B
Text

# @babel/plugin-transform-unicode-regex
> Compile ES2015 Unicode regex to ES5
See our website [@babel/plugin-transform-unicode-regex](https://babeljs.io/docs/en/babel-plugin-transform-unicode-regex) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-transform-unicode-regex
```
or using yarn:
```sh
yarn add @babel/plugin-transform-unicode-regex --dev
```