Index: frontend/node_modules/async-function/index.mjs
===================================================================
--- frontend/node_modules/async-function/index.mjs	(revision 9af201e94b5a79beb92a30858fc54de4bc3b9449)
+++ frontend/node_modules/async-function/index.mjs	(revision 9af201e94b5a79beb92a30858fc54de4bc3b9449)
@@ -0,0 +1,4 @@
+import getAsyncFunction from './index.js';
+
+/** @type {import('./index.d.mts').default} */
+export default getAsyncFunction;
