qcobjects
Version:
QCObjects is an Open-source framework that empowers full-stack developers to make micro-services and micro-frontends into an N-Tier architecture.
12 lines (11 loc) • 380 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Export = void 0;
const make_global_1 = require("./make_global");
const Export = function (f) {
return (0, make_global_1.__make_global__)(f);
};
exports.Export = Export;
exports.Export.prototype.toString = function () {
return "Export(function or symbol) { [QCObjects native code] }";
};