nest-cluster-ipc
Version:
A Nest module wrapper for node-cluster-ipc
8 lines • 331 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getClusterIpcToken = getClusterIpcToken;
const cluster_ipc_constants_1 = require("../cluster-ipc.constants");
function getClusterIpcToken() {
return cluster_ipc_constants_1.CLUSTER_IPC_INSTANCE;
}
//# sourceMappingURL=cluster-ipc.utils.js.map