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