Index: frontend/node_modules/async/apply.js
===================================================================
--- frontend/node_modules/async/apply.js	(revision 9af201e94b5a79beb92a30858fc54de4bc3b9449)
+++ frontend/node_modules/async/apply.js	(revision 9af201e94b5a79beb92a30858fc54de4bc3b9449)
@@ -0,0 +1,11 @@
+"use strict";
+
+Object.defineProperty(exports, "__esModule", {
+    value: true
+});
+
+exports.default = function (fn, ...args) {
+    return (...callArgs) => fn(...args, ...callArgs);
+};
+
+module.exports = exports.default;
