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.

3 lines (2 loc) 113 B
import { isBrowser } from "./platform"; export const _secretKey:string = (isBrowser)?(location.host):("secret");