type alias ExtractOptionValue
Type Parameters Jump to heading
Jump to headingT extends ParseArgsConfig
Jump to headingO extends ParseArgsOptionConfig
Definition Jump to heading
IfDefaultsTrue<T["strict"], O["type"] extends "string" ? string : O["type"] extends "boolean" ? boolean : string | boolean, string | boolean>