ExecFileArgs: [] | [options
: WithExternalID<ObjectEncodingOptions & ExecFileOptions> | undefined | null] | [args
?: ReadonlyArray<string> | null] | [args
: ReadonlyArray<string> | undefined | null, options
: WithExternalID<ObjectEncodingOptions & ExecFileOptions> | undefined | null] | [callback
: ((error,
stdout,
stderr) => void)] | [args
: ReadonlyArray<string> | undefined | null, callback
: ((error,
stdout,
stderr) => void)] | [options
: WithExternalID<ExecFileOptionsWithBufferEncoding>, callback
: ((error,
stdout,
stderr) => void)] | [args
: ReadonlyArray<string> | undefined | null, options
: WithExternalID<ExecFileOptionsWithBufferEncoding>, callback
: ((error,
stdout,
stderr) => void)] | [options
: WithExternalID<ExecFileOptionsWithStringEncoding>, callback
: ((error,
stdout,
stderr) => void)] | [args
: ReadonlyArray<string> | undefined | null, options
: WithExternalID<ExecFileOptionsWithStringEncoding>, callback
: ((error,
stdout,
stderr) => void)] | [options
: WithExternalID<ExecFileOptionsWithOtherEncoding>, callback
: ((error,
stdout,
stderr) => void)] | [args
: ReadonlyArray<string> | undefined | null, options
: WithExternalID<ExecFileOptionsWithOtherEncoding>, callback
: ((error,
stdout,
stderr) => void)] | [options
: WithExternalID<ExecFileOptions>, callback
: ((error,
stdout,
stderr) => void)] | [args
: ReadonlyArray<string> | undefined | null, options
: WithExternalID<ExecFileOptions>, callback
: ((error,
stdout,
stderr) => void)] | [options
: WithExternalID<ObjectEncodingOptions & ExecFileOptions> | undefined | null, callback
: ((error,
stdout,
stderr) => void) | undefined | null] | [args
: ReadonlyArray<string> | undefined | null, options
: WithExternalID<ObjectEncodingOptions & ExecFileOptions> | undefined | null, callback
: ((error,
stdout,
stderr) => void) | undefined | null]