UNPKG

bunyamin

Version:

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

9 lines (7 loc) 222 B
declare module 'multi-sort-stream' { import type { Readable } from 'node:stream'; export default function multiSortStream( streams: Readable[], comparator: (a: unknown, b: unknown) => number, ): Readable; }