v3.d.ts 109 B

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