Skip to main content
Module

x/args/index.ts>Err

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

Failure variant of Result

Type Parameters

Error extends ParseError

Type of error

Properties

readonly
tag: false

Discriminant

readonly
optional
value: null

Value

readonly
error: Error

Error