UNPKG

macoolka-type-model

Version:

`macoolka-type-model` is a library for define model in TypeScript. It easily build a type contain field and method to your Application. It provide a generation model for type and validition

6 lines (5 loc) 125 B
export * from './types'; export * from './generate'; import * as io from './io'; export * from './predicate'; export { io };