main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
302 bytes
|
Rev | Line | |
---|
[d565449] | 1 | # @babel/helpers
|
---|
| 2 |
|
---|
| 3 | > Collection of helper functions used by Babel transforms.
|
---|
| 4 |
|
---|
| 5 | See our website [@babel/helpers](https://babeljs.io/docs/babel-helpers) for more information.
|
---|
| 6 |
|
---|
| 7 | ## Install
|
---|
| 8 |
|
---|
| 9 | Using npm:
|
---|
| 10 |
|
---|
| 11 | ```sh
|
---|
| 12 | npm install --save-dev @babel/helpers
|
---|
| 13 | ```
|
---|
| 14 |
|
---|
| 15 | or using yarn:
|
---|
| 16 |
|
---|
| 17 | ```sh
|
---|
| 18 | yarn add @babel/helpers --dev
|
---|
| 19 | ```
|
---|
Note:
See
TracBrowser
for help on using the repository browser.