mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-29 04:00:09 +00:00
4 lines
122 B
TypeScript
4 lines
122 B
TypeScript
declare function generateUuid(): string;
|
|
declare function isUuid(str: string): boolean;
|
|
|
|
export { generateUuid, isUuid };
|