Skip to main content
Module

x/args/index.ts>Ok

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Latest
interface Ok
import { type Ok } from "https://deno.land/x/args@2.1.1/index.ts";

Success variant of Result

Type Parameters

Value

Type of value

Properties

readonly
tag: true

Discriminant

readonly
value: Value

Value

readonly
optional
error: null

Error