UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

14 lines (11 loc) 289 B
"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;