UNPKG

bunyamin

Version:

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

4 lines (3 loc) 139 B
/// <reference types="node" /> import { Writable } from 'node:stream'; export declare function jsonlWriteFile(filePath: string): Writable;