On this page@babel/helper-wrap-functionExampleInJavaScript(function () {}());OutJavaScript_wrapper(function () {})();UsageJavaScriptimport wrapFunction from "@babel/helper-wrap-function";wrapFunction(nodePathOfTheFunction, nodeWhichReferencesToTheWrapper);