Current section

Files

Jump to
ckeditor5_phoenix dist src shared uid.d.ts
Raw

dist/src/shared/uid.d.ts

/**
* Generates a unique identifier string
*
* @returns Random string that can be used as unique identifier
*/
export declare function uid(): string;
//# sourceMappingURL=uid.d.ts.map