Files
med-notes/.pnpm-store/v10/files/c5/8a36dbfb6b600d74708d594aed916ea39e02e80a487eb8b2804c31100ecef7562dbf67ecbc53b5c098825c19d64bdb07190d33a10379f20aa35c2d5f962267
2025-05-09 05:30:08 +02:00

20 lines
355 B
Plaintext

# @babel/helper-module-imports
> Babel helper functions for inserting module loads
See our website [@babel/helper-module-imports](https://babeljs.io/docs/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
```