UNPKG

@starrah/mongo-ts-struct

Version:

Mongoose wrapper for Typescript supports

14 lines (13 loc) 641 B
export { Default } from './field/composition/default'; export { Match } from './field/composition/match'; export { Required } from './field/composition/required'; export { Unique } from './field/composition/unique'; export { Enum } from './field/common/enum'; export { Ref } from './field/common/ref'; export { ArrayRef } from './field/common/array-ref'; export { ArrayOf } from './field/common/array-of'; export { Property } from './field/property'; export { Prop } from './field/prop'; export { Method } from './function/method'; export { Static } from './function/static'; export { TypedSchema } from './class/typed-schema';