版博士V2.0程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

README.md 379 B

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