UNPKG

bluecodex

Version:

Turn repetitive dev tasks into CLI commands with Typescript

11 lines (8 loc) 194 B
export type SpawnResult = { __objectType__: "spawn-result"; rawAll: string | null; rawStdout: string | null; rawStderr: string | null; exitCode: number | null; failed: boolean; };