UNPKG

@jovian/type-tools

Version:

TypeTools is a Typescript library for providing extensible tooling runtime validations and type helpers.

23 lines (15 loc) 475 B
/* Jovian (c) 2020, License: MIT */ /** * ix :: Internal Extended namespace in Type Tools library */ export * from './ix.config'; export * from './ix.event'; export * from './ix.error'; export * from './ix.entity'; export * from './ix.hotblock'; export * from './ix.halflifed'; export * from './ix.timer'; export * from './ix.entity.reconn'; export * from './ix.config.source'; export * from '../upstream/common.iface'; export const test: {[key: string]: any} = {};