UNPKG

@seagull/logging

Version:

Logging utilities for the Seagull Framework

9 lines (8 loc) 269 B
/// <reference types="node" /> import * as log from 'npmlog'; import { Writable } from 'stream'; export declare class Stash extends Writable { buffer: log.MessageObject[]; constructor(); _write(msg: log.MessageObject, encoding: any, callback: any): void; }