v6.d.ts 111 B

12
  1. declare const _default: (uint8: Uint8Array, start: number, length: number) => string;
  2. export default _default;