8a36dbfb6b600d74708d594aed916ea39e02e80a487eb8b2804c31100ecef7562dbf67ecbc53b5c098825c19d64bdb07190d33a10379f20aa35c2d5f962267 355 B

12345678910111213141516171819
  1. # @babel/helper-module-imports
  2. > Babel helper functions for inserting module loads
  3. See our website [@babel/helper-module-imports](https://babeljs.io/docs/babel-helper-module-imports) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save @babel/helper-module-imports
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/helper-module-imports
  12. ```