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 372 B

hace 3 años
12345678910111213141516171819
  1. # @babel/helper-wrap-function
  2. > Helper to wrap functions inside a function call.
  3. See our website [@babel/helper-wrap-function](https://babeljs.io/docs/en/next/babel-helper-wrap-function.html) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save-dev @babel/helper-wrap-function
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/helper-wrap-function --dev
  12. ```