MCPcopy Create free account
hub / github.com/NaturalIntelligence/fast-xml-parser /

Class

src/cli/read.js:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { Transform } from 'stream';
4
5export default class ReadToEnd extends Transform {
6 constructor(options = {}) {
7 super(options);
8 this._encoding = options.encoding || 'utf8';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected