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.constants.js
6 lines
•
284 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
YCMQ_OPTIONS_TOKEN
=
exports
.
YCMQ_CLIENT_TOKEN
=
void
0
;
exports
.
YCMQ_CLIENT_TOKEN
=
'YCMQ_CLIENT_TOKEN'
;
exports
.
YCMQ_OPTIONS_TOKEN
=
'YCMQ_OPTIONS_TOKEN'
;
//# sourceMappingURL=ycmq.constants.js.map