UNPKG

comctx

Version:

Cross-context RPC solution with type safety and flexible adapters.

4 lines (2 loc) 140 B
const uuid = () => [...Array(4)].map(() => Math.floor(Math.random() * Number.MAX_SAFE_INTEGER).toString(16)).join('-') export default uuid