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.

8 lines (6 loc) 178 B
import { InheritClass } from "./InheritClass"; import { Package } from "./Package"; export class VO extends InheritClass {} Package("com.qcobjects.valueObjects", [ VO ]);