0868a6f20981e8862c97e37e1eacb50016fba8c894f914545b7a2e770485dc62458ba01e773eba584c7c2c0e32b9245904e40bd0bfa8ec28357755c01a25c6 422 B

12345678910111213141516171819
  1. # @babel/helper-create-regexp-features-plugin
  2. > Compile ESNext Regular Expressions to ES5
  3. See our website [@babel/helper-create-regexp-features-plugin](https://babeljs.io/docs/babel-helper-create-regexp-features-plugin) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save @babel/helper-create-regexp-features-plugin
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/helper-create-regexp-features-plugin
  12. ```