knowledgebase_law/node_modules/uuid/dist/cjs-browser/v1ToV6.d.ts
2025-04-11 11:47:09 -04:00

3 lines
116 B
TypeScript

export default function v1ToV6(uuid: string): string;
export default function v1ToV6(uuid: Uint8Array): Uint8Array;