UNPKG

@applitools/utils

Version:
5 lines (4 loc) 119 B
/** * Generates a UUID v4 string (cryptographically secure if possible). */ export declare const uuid: () => string;