Files
tasq/node_modules/@anthropic-ai/sdk/internal/utils/uuid.d.ts
T
2026-04-09 19:01:53 +08:00

5 lines
118 B
TypeScript

/**
* https://stackoverflow.com/a/2117523
*/
export declare let uuid4: () => any;
//# sourceMappingURL=uuid.d.ts.map