Skip to main content
Module

x/args/index.ts>types.Err

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

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