| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected