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

Method end

lib/index.d.ts:38–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 export interface EncoderStream {
37 write(str: string): Buffer;
38 end(): Buffer | undefined;
39 }
40
41 export interface DecoderStream {

Callers 8

internal.jsFile · 0.65
utf32.jsFile · 0.65
utf16.jsFile · 0.65
index.jsFile · 0.65
streams.jsFile · 0.65
bom-handling.jsFile · 0.65
index.jsFile · 0.65
stream-test.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected