UNPKG

pipeproc

Version:

Multi-process log processing for nodejs

4 lines (3 loc) 124 B
export interface IProcessorMap { [systemProcName: string]: (callback: (err?: Error | string | null) => void) => void; }