Urara-Blog/node_modules/.pnpm-store/v3/files/17/96125095bc4e176ea492eb0ebbbc68952ea0f5bd425beec9796878b62424b2cfe9550b5a7012e0c04159664e52b5e0f6d67ed8c8623d81122b467487bafbff
2022-08-14 01:14:53 +08:00

19 lines
390 B
Text

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