2020-10-30 21:19:21 +01:00

20 lines
316 B
Markdown

# @babel/helper-regex
> Helper function to check for literal RegEx
See our website [@babel/helper-regex](https://babeljs.io/docs/en/babel-helper-regex) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/helper-regex
```
or using yarn:
```sh
yarn add @babel/helper-regex --dev
```