3 lines
143 B
TypeScript
3 lines
143 B
TypeScript
export * from '@jsonjoy.com/buffers/lib/utf8/isUtf8';
|
|
export declare const isUtf8: (buf: Uint8Array, from: number, length: number) => boolean;
|