MCPcopy Create free account
hub / github.com/awslabs/llrt /

Class

types/string_decoder.d.ts:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 import { Buffer, BufferEncoding } from "buffer";
42
43 class StringDecoder {
44 constructor(encoding?: BufferEncoding);
45 /**
46 * Returns a decoded string, ensuring that any incomplete multibyte characters at

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected