UNPKG

octonom

Version:

Object Document Mapper for any database

8 lines (7 loc) 348 B
import * as utils from './utils'; export { ArrayCollection } from './array-collection'; export { Collection, ICollectionInsertOptions, ICollectionOptions } from './collection'; export { ValidationError } from './errors'; export { Hook, IModelConstructor, Model } from './model'; export { Property, Schema } from './schema/index'; export { utils };