UNPKG
tsgoose
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
TypeScript decorators for Mongoose
github.com/troyanskiy/tsgoose
troyanskiy/tsgoose
tsgoose
/
src
/
TSGooseProp.d.ts
3 lines
(2 loc)
•
166 B
TypeScript
View Raw
1
2
3
import
{
ITSGoosePropOptions
}
from
'./declarations'
;
export
declare
function
TSGooseProp
(
options
?:
ITSGoosePropOptions
):
(
target
:
any
,
propertyKey
:
string
) =>
void
;