UNPKG
nestjs-ycmq
Version:
latest (1.0.15)
1.0.15
1.0.14
1.0.13
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.4
1.0.3
1.0.1
1.0.0
This is NestJS module for Yandex Message Queue
nestjs-ycmq
/
dist
/
ycmq-core.module.d.ts
6 lines
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
DynamicModule
}
from
'@nestjs/common'
;
import
{
YcmqAsyncOptions
}
from
"./types/ycmq-options.type"
;
export
declare
class
YcmqCoreModule
{
static
forRootAsync
(
options
:
YcmqAsyncOptions
):
DynamicModule
; }
//# sourceMappingURL=ycmq-core.module.d.ts.map