UNPKG
@diy0r/nestjs-rabbitmq
Version:
latest (0.28.0)
0.28.0
0.27.7
0.27.6
0.27.5
0.27.3
0.26.5
0.25.18
0.25.6
0.24.1
0.23.3
0.22.48
0.22.17
0.21.9
0.21.4
0.19.7
0.19.4
0.18.13
0.18.12
0.18.10
0.18.9
0.18.8
0.18.7
0.18.6
0.18.5
0.18.4
0.18.3
0.18.2
0.13.5
0.13.4
0.13.3
Nestjs rabbitMQ module
github.com/DIY0R/nestjs-rabbitmq
DIY0R/nestjs-rabbitmq
@diy0r/nestjs-rabbitmq
/
dist
/
decorators
/
interceptor.decorator.d.ts
3 lines
(2 loc)
•
162 B
TypeScript
View Raw
1
2
3
import
{
TypeRmqInterceptor
}
from
'lib/interfaces'
;
export
declare
const
RmqInterceptor
:
(
interceptors
:
TypeRmqInterceptor
) =>
MethodDecorator
&
ClassDecorator
;