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.

12 lines (11 loc) 320 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VO = void 0; const InheritClass_1 = require("./InheritClass"); const Package_1 = require("./Package"); class VO extends InheritClass_1.InheritClass { } exports.VO = VO; (0, Package_1.Package)("com.qcobjects.valueObjects", [ VO ]);