Urara-Blog/node_modules/.pnpm-store/v3/files/d9/4f9e2b6d74870728dbe64f62a1ab6baeea8ac3f8e39db88cd4e88385f894617cc178c4ab6707aec46d8cb222d06a2c3bd4daff4cc5435c364a66ffefe16748
2022-08-14 01:14:53 +08:00

19 lines
475 B
Text

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