v1ToV6.d.ts 116 B

12
  1. export default function v1ToV6(uuid: string): string;
  2. export default function v1ToV6(uuid: Uint8Array): Uint8Array;