parse.d.ts 72 B

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