UNPKG

@diy0r/nestjs-rabbitmq

Version:
7 lines 277 B
"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