Skip to main content
type alias ExecFileException

Definition

Omit<ExecException, "code">
& Omit<ErrnoException, "code">
& { code?:
string
| number
| undefined
| null
; }
Back to top