UNPKG

aiot-parse5-sax-parser

Version:

Streaming SAX-style HTML parser.

7 lines 187 B
import { Writable } from 'node:stream'; export class DevNullStream extends Writable { _write(_chunk, _encoding, cb) { cb(); } } //# sourceMappingURL=dev-null-stream.js.map