UNPKG

@jsonjoy.com/buffers

Version:

Various helper utilities for working with buffers and binary data

8 lines (7 loc) 196 B
export declare class CachedUtf8Decoder { private readonly caches; constructor(); private get; private store; decode(bytes: Uint8Array, offset: number, size: number): string; }