UNPKG

@jovian/type-tools

Version:

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

15 lines (13 loc) 426 B
/* Jovian (c) 2020, License: MIT */ export * from './options.util'; export * from './config.util'; export * from './parser.util'; export * from './prom.util'; export * from './unit.util'; export * from './enum.util'; export * from './env.util'; export * from './sha512.util'; export * from './stack.util'; export * from './tagged.template.util'; export * from './convenience/properties.parse'; export * from './object.copy';