UNPKG

315 BMarkdownView Raw
1# @babel/helpers
2
3> Collection of helper functions used by Babel transforms.
4
5See our website [@babel/helpers](https://babeljs.io/docs/en/next/babel-helpers.html) for more information.
6
7## Install
8
9Using npm:
10
11```sh
12npm install --save-dev @babel/helpers
13```
14
15or using yarn:
16
17```sh
18yarn add @babel/helpers --dev
19```