On this page@babel/helper-wrap-functionExample In JavaScript(function () {}()); Out JavaScript_wrapper(function () {})(); Usage JavaScriptimport wrapFunction from "@babel/helper-wrap-function";wrapFunction(nodePathOfTheFunction, nodeWhichReferencesToTheWrapper);