| 31 | export type StringOrBuffer = string | Buffer |
| 32 | |
| 33 | export interface GluegunError extends Error { |
| 34 | stdout?: StringOrBuffer |
| 35 | stderr?: StringOrBuffer |
| 36 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…