v6ToV1.d.ts 116 B

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