Kito Framework - v1.0.0-alpha.8
    Preparing search index...

    Interface StreamWriter

    interface StreamWriter {
        write(data: string | Buffer<ArrayBufferLike>): void;
        end(): void;
        end(data: string | Buffer<ArrayBufferLike>): void;
    }
    Index

    Methods

    Methods