UNPKG

@gojek/clickstream-web

Version:

A Modern, Fast, and Lightweight Event Ingestion library for Web

13 lines 270 B
export default class Id { constructor({ crypto: cryptoObj }: { crypto: any; }); /** * Gives a unique random v4 uuid * * @returns Unique random uuidv4 string */ uuidv4(): string; #private; } //# sourceMappingURL=id.d.ts.map