UNPKG

@pnpm/logger

Version:
13 lines 333 B
import bole from 'bole'; import * as ndjson from './ndjsonParse.js'; export const streamParser = createStreamParser(); export function createStreamParser() { const sp = ndjson.parse(); bole.output([ { level: 'debug', stream: sp, }, ]); return sp; } //# sourceMappingURL=streamParser.js.map