UNPKG

ts-stronger-types

Version:

Runtime checking of types and integrity for Typescript projects

5 lines (4 loc) 187 B
import { Typed } from './lib/typed.decorator'; import { TypedConfig } from './lib/typed.config'; import { checked } from './lib/checked.function'; export { Typed, TypedConfig, checked };