system-prompts-and-models-o.../unified-ai-platform/node_modules/async/internal/initialParams.js
dopeuni444 ae726301f8 KI
KJ
2025-08-06 11:08:49 +04:00

14 lines
289 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = function (fn) {
return function (...args /*, callback*/) {
var callback = args.pop();
return fn.call(this, args, callback);
};
};
module.exports = exports.default;