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

3 lines
116 B
TypeScript

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