UNPKG

parse5-sax-parser

Version:

Streaming SAX-style HTML parser.

5 lines (4 loc) 165 B
import { Writable } from 'node:stream'; export declare class DevNullStream extends Writable { _write(_chunk: string, _encoding: string, cb: () => void): void; }