UNPKG

@baqhub/sdk

Version:

The official JavaScript SDK for the BAQ federated app platform.

11 lines (10 loc) 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Uuid = void 0; const uuid_1 = require("uuid"); function buildUuid() { return (0, uuid_1.v4)().replaceAll("-", ""); } exports.Uuid = { new: buildUuid, };