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
/
common
/
get-uniqId.js
7 lines
•
277 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
getUniqId
=
void
0
;
const
node_crypto_1 =
require
(
"node:crypto"
);
const
getUniqId
= (
) => (
0
, node_crypto_1.
randomUUID
)();
exports
.
getUniqId
= getUniqId;
//# sourceMappingURL=get-uniqId.js.map