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
/
TSGooseHook.d.ts
3 lines
(2 loc)
•
165 B
TypeScript
View Raw
1
2
3
import
{
ITSGooseHookOptions
}
from
'./declarations'
;
export
declare
function
TSGooseHook
(
options
:
ITSGooseHookOptions
):
(
target
:
any
,
propertyKey
:
string
) =>
void
;