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
/
core
/
meta
/
field
/
composition
/
required.d.ts
2 lines
(1 loc)
•
120 B
TypeScript
View Raw
1
2
export
declare
function
Required
(
value
?: (
boolean
|
string
)
):
(
targetPrototype
:
Object
,
propertyName
:
string
) =>
void
;