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 (6 loc) 277 B
import { __make_global__ } from "./make_global"; import { __register_class__ } from "./PrimaryCollections"; export const RegisterClass = function (_class_:any, __namespace?:string):any { return __register_class__(_class_, __namespace); }; __make_global__(RegisterClass);