4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-09 22:16:56 +00:00
setup-helm/node_modules/@babel/helper-module-imports/README.md
2022-06-27 14:17:15 -04:00

19 lines
358 B
Markdown

# @babel/helper-module-imports
> Babel helper functions for inserting module loads
See our website [@babel/helper-module-imports](https://babeljs.io/docs/en/babel-helper-module-imports) for more information.
## Install
Using npm:
```sh
npm install --save @babel/helper-module-imports
```
or using yarn:
```sh
yarn add @babel/helper-module-imports
```