UNPKG
@starrah/mongo-ts-struct
Version:
latest (1.1.2)
1.1.2
Mongoose wrapper for Typescript supports
github.com/Starrah/mongo-ts
Starrah/mongo-ts
@starrah/mongo-ts-struct
/
dist
/
models
/
internal.js
14 lines
(13 loc)
•
327 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
/* export interface PropertyDefinition { required: boolean; unique: boolean; default: any; validate: RegExp | ((val: any) => boolean); index: boolean; // enum: string[]; } */
//# sourceMappingURL=internal.js.map