1817e99c073702c6665d3ba1766a46feb8fb0cd40f16cb5d3195dedfcf9c7a8702d2877210f17a4ca9fc41193fd8829465165e7ebfa78ec477e78fee58c00d 349 B

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/babel-helper-wrap-function) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save @babel/helper-wrap-function
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/helper-wrap-function
  12. ```