UNPKG

core-cde

Version:

10 lines (9 loc) 158 B
/** * Генерация ключа uuidv4 */ export declare class UUID { static get(): string; } export interface IWithId { id: string; }