Urara-Blog/node_modules/.pnpm-store/v3/files/4c/02e0d23e4889f9556a8dc5acbb2de8831b7e2cbf1640121eedd9cd134e630a9cdcc31906e0e47af28a4c0a797f97fda1a4d4dc788dd749e1617b8f392e462b
2022-08-14 01:14:53 +08:00

19 lines
415 B
Text

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