UNPKG

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.

9 lines (7 loc) 241 B
import { __make_global__ } from "./make_global"; export const Export = function (f: any):void { return __make_global__(f); }; Export.prototype.toString = function () { return "Export(function or symbol) { [QCObjects native code] }"; };