2018-06-15 10:13:20 -04:00

20 lines
323 B
Markdown

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