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
/
function
/
method.d.ts
2 lines
(1 loc)
•
145 B
TypeScript
View Raw
1
2
export
declare
function
Method
(
):
(
targetPrototype
:
Object
,
propertyName
:
string
,
propertyDesciptor
:
PropertyDescriptor
) =>
PropertyDescriptor
;