UNPKG

@type-r/models

Version:

The serializable type system for JS and TypeScript

7 lines (6 loc) 181 B
export * from './any'; export * from './basic'; export * from './date'; export * from './owned'; export * from './shared'; export declare function getMetatype(Ctor: Function): any;