UNPKG

igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

6 lines (5 loc) 254 B
/** * Use the function to get a random UUID string when secure context is not guaranteed making crypto.randomUUID unavailable. * @returns A random UUID string. */ export declare function getUUID(): `${string}-${string}-${string}-${string}-${string}`;