v15.d.ts 109 B

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