MCPcopy
hub / github.com/pillarjs/iconv-lite / DecoderStream

Interface DecoderStream

lib/index.d.ts:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 export interface DecoderStream {
42 write(buf: Buffer): string;
43 end(): string | undefined;
44 }
45
46 export interface Codec {
47 encoder: new (options?: EncodeOptions, codec?: Codec) => EncoderStream;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…