版博士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/helpers
  2. > Collection of helper functions used by Babel transforms.
  3. See our website [@babel/helpers](https://babeljs.io/docs/en/babel-helpers) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save-dev @babel/helpers
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/helpers --dev
  12. ```