source: imaps-frontend/node_modules/@babel/helper-module-transforms/README.md

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 387 bytes
RevLine 
[d565449]1# @babel/helper-module-transforms
2
3> Babel helper functions for implementing ES6 module transformations
4
5See our website [@babel/helper-module-transforms](https://babeljs.io/docs/babel-helper-module-transforms) for more information.
6
7## Install
8
9Using npm:
10
11```sh
12npm install --save @babel/helper-module-transforms
13```
14
15or using yarn:
16
17```sh
18yarn add @babel/helper-module-transforms
19```
Note: See TracBrowser for help on using the repository browser.