Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/escape-html/.././range-parser/../audio-decode/./../htmlparser2/lib
الملفات الموجودة في هذا الـ Path:
.
..
Parser.d.ts
Parser.d.ts.map
Parser.js
Parser.js.map
Tokenizer.d.ts
Tokenizer.d.ts.map
Tokenizer.js
Tokenizer.js.map
WritableStream.d.ts
WritableStream.d.ts.map
WritableStream.js
WritableStream.js.map
esm
index.d.ts
index.d.ts.map
index.js
index.js.map

مشاهدة ملف: WritableStream.d.ts

/// <reference types="node" />
/// <reference types="node" />
import { Handler, ParserOptions } from "./Parser.js";
import { Writable } from "node: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, callback: () => void): void;
    _final(callback: () => void): void;
}
//# sourceMappingURL=WritableStream.d.ts.map