%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/node_modules/next/dist/server/
Upload File :
Create Path :
Current File : /var/www/html/node_modules/next/dist/server/render-result.d.ts

/// <reference types="node" />
import type { ServerResponse } from 'http';
declare type ContentTypeOption = string | undefined;
export default class RenderResult {
    private _result;
    private _contentType;
    constructor(response: string | ReadableStream<Uint8Array>, { contentType }?: {
        contentType?: ContentTypeOption;
    });
    contentType(): ContentTypeOption;
    toUnchunkedString(): string;
    pipe(res: ServerResponse): Promise<void>;
    isDynamic(): boolean;
    static fromStatic(value: string): RenderResult;
    static empty: RenderResult;
}
export {};

Zerion Mini Shell 1.0