Skip to main content
ExtractOptionValue - util - Node documentation
type alias ExtractOptionValue

Usage in Deno

import { type ExtractOptionValue } from "node:util";

Type Parameters

Definition

IfDefaultsTrue<T["strict"], O["type"] extends "string" ? string : O["type"] extends "boolean" ? boolean : string | boolean, string | boolean>