UNPKG

spawn-streaming

Version:
6 lines (5 loc) 190 B
export type { SpawnOptions, SpawnCallback, SpawnResult } from 'cross-spawn-cb'; export interface StreamingOptions { prefix?: string; } export type ColorFunction = (s: string) => string;