ModelAi/node_modules/openai/internal/utils/uuid.d.ts

5 lines
118 B
TypeScript
Raw Normal View History

2025-09-15 10:04:47 +08:00
/**
* https://stackoverflow.com/a/2117523
*/
export declare let uuid4: () => any;
//# sourceMappingURL=uuid.d.ts.map