UNPKG

@virtualstate/app-history

Version:

Native JavaScript [app-history](https://github.com/WICG/app-history) implementation

6 lines 218 B
export const { v4 } = await import("uuid") .catch(console.error) .catch(() => undefined) .then((mod) => mod ?? ({ v4(): string { return `0101010-0101010-${Math.random()}`.replace(".", ""); }}));