type alias ExtractOptionValue
Usage in Deno
import { type ExtractOptionValue } from "node:util";
T extends ParseArgsConfig
O extends ParseArgsOptionConfig
IfDefaultsTrue<T["strict"], O["type"] extends "string" ? string : O["type"] extends "boolean" ? boolean : string | boolean, string | boolean>