UNPKG
mongo-ts-struct
Version:
beta (1.0.2)
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Mongoose wrapper for Typescript supports
github.com/OfirTheOne/mongo-ts
OfirTheOne/mongo-ts
mongo-ts-struct
/
dist
/
core
/
to-schema
/
index.d.ts
5 lines
(4 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
'./to-schema'
;
export
{
OnConstructDefinitions
}
from
'./pipe-stages/on-construct-definitions'
;
export
{
OnSchemaCreated
}
from
'./pipe-stages/on-schema-created'
;
export
{
OnSchemaCached
}
from
'./pipe-stages/on-schema-cached'
;