isUtf8.d.ts 89 B

1
  1. export declare const isUtf8: (buf: Uint8Array, from: number, length: number) => boolean;