isUtf8.d.ts 143 B

12
  1. export * from '@jsonjoy.com/buffers/lib/utf8/isUtf8';
  2. export declare const isUtf8: (buf: Uint8Array, from: number, length: number) => boolean;