UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

8 lines 349 B
/// <reference types="node" /> /// <reference types="node" /> import { Writable } from "stream"; export declare class LogStream extends Writable { write(chunk: any, callback?: (error: Error) => void): boolean; write(chunk: any, encoding: BufferEncoding, callback?: (error: Error) => void): boolean; } //# sourceMappingURL=log-stream.d.ts.map