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
/
TSGooseMethod.d.ts
5 lines
(4 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
TSGooseMethod
(
options
?:
ITSGooseMethodOptions
):
(
target
:
any
,
propertyKey
:
string
) =>
void
;
export
interface
ITSGooseMethodOptions
{
isStatic
?:
boolean
; }