UNPKG
@methodus/framework-decorators
Version:
latest (8.0.8)
8.0.8
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
7.0.14
7.0.13
7.0.12
7.0.11
7.0.10
7.0.9
7.0.8
7.0.7
7.0.6
7.0.5
7.0.3
7.0.2
7.0.1
7.0.0
Server Decorators for methodus
methodus.dev
nodulusteam/methodus.dev
@methodus/framework-decorators
/
dist
/
method
/
method-pipe.d.ts
3 lines
(2 loc)
•
205 B
TypeScript
View Raw
1
2
3
import
'reflect-metadata'
;
export
declare
function
MethodPipe
(
verb
?:
string
,
route
?:
string
,
middlewares
?:
Function
[]
):
(
target
:
any
,
propertyKey
:
string
,
descriptor
:
TypedPropertyDescriptor
<
any
>
) =>
any
;