UNPKG

@baqhub/sdk

Version:

The official JavaScript SDK for the BAQ federated app platform.

8 lines (7 loc) 144 B
import { v4 as uuid } from "uuid"; function buildUuid() { return uuid().replaceAll("-", ""); } export const Uuid = { new: buildUuid, };