UNPKG

bunyamin

Version:

Bunyan-based logger for Node.js supporting Trace Event format

4 lines (3 loc) 142 B
/// <reference types="node" /> import type { Readable } from 'node:stream'; export declare function multisort(streams: Readable[]): Readable;