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.

4 lines (3 loc) 140 B
export const __is_raw_class__ = (o_c: any): boolean => { return !!((typeof o_c === "function" && o_c.toString().startsWith("class"))); };