Files
starface-outlook-sync-addin/node_modules/@jsonjoy.com/buffers/lib/utf8/CachedUtf8Decoder.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

8 lines
196 B
TypeScript

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