installes ejs

This commit is contained in:
2025-06-09 21:54:21 +02:00
parent fea8056a03
commit 51c0d7155c
267 changed files with 41312 additions and 0 deletions

14
backend/node_modules/async/constant.js generated vendored Normal file
View File

@@ -0,0 +1,14 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = function (...args) {
return function (...ignoredArgs /*, callback*/) {
var callback = ignoredArgs.pop();
return callback(null, ...args);
};
};
module.exports = exports.default;