Files
starface-outlook-sync-addin/node_modules/@fluentui/utilities/lib-amd/getId.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

13 lines
307 B
TypeScript

/**
* Generates a unique id in the global scope (this spans across duplicate copies of the same library.)
*
* @public
*/
export declare function getId(prefix?: string): string;
/**
* Resets id counter to an (optional) number.
*
* @public
*/
export declare function resetIds(counter?: number): void;