babel/packages/babel-helper-wrap-function
Nicolò Ribaudo c11cdcb6d8
Fix recursive async function expressions (#9039)
* Fix recursive async function expressions

* Update fixtures
2018-11-19 17:19:54 +01:00
..
2017-07-25 11:07:01 -04:00
2018-09-17 15:29:37 -04:00

@babel/helper-wrap-function

Helper to wrap functions inside a function call.

See our website @babel/helper-wrap-function for more information.

Install

Using npm:

npm install --save-dev @babel/helper-wrap-function

or using yarn:

yarn add @babel/helper-wrap-function --dev