UNPKG

@akala/core

Version:
5 lines (4 loc) 181 B
import { Writable } from 'stream'; import { ILogMiddlewareAsync } from '../shared.js'; export declare function stream(stream: Writable): ILogMiddlewareAsync; export default stream;