![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/htmlparser2/lib/ |
/// <reference types="node" /> import { Handler, ParserOptions } from "./Parser"; import { Writable } from "stream"; /** * WritableStream makes the `Parser` interface available as a NodeJS stream. * * @see Parser */ export declare class WritableStream extends Writable { private readonly _parser; private readonly _decoder; constructor(cbs: Partial<Handler>, options?: ParserOptions); _write(chunk: string | Buffer, encoding: string, cb: () => void): void; _final(cb: () => void): void; } //# sourceMappingURL=WritableStream.d.ts.map