// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncFunctionexportconstAsyncFunction = Object.getPrototypeOf(asyncfunction () {}).constructor;
// be careful as this currently does not export well with esbuild. To investigate