版博士V2.0程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

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/en/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. ```