UNPKG

@nebulae/backend-node-tools

Version:

Tools collection for NebulaE Microservices Node Backends

9 lines (6 loc) 133 B
"use strict"; const { singleton, UniqueId } = require("./UniqueId"); module.exports = { uniqueId: singleton(), UniqueId };