UNPKG

399 BMarkdownView Raw
1# @gerhobbelt/babel-helper-plugin-utils
2
3> General utilities for plugins to use
4
5See our website [@gerhobbelt/babel-helper-plugin-utils](https://babeljs.io/docs/en/next/babel-helper-plugin-utils.html) for more information.
6
7## Install
8
9Using npm:
10
11```sh
12npm install --save-dev @gerhobbelt/babel-helper-plugin-utils
13```
14
15or using yarn:
16
17```sh
18yarn add @gerhobbelt/babel-helper-plugin-utils --dev
19```