Skip to main content
Module

x/args/index.ts>valueErrors.ValueError

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Go to Latest
class valueErrors.ValueError
implements ParseError
Abstract
import { valueErrors } from "https://deno.land/x/args@2.1.0/index.ts";
const { ValueError } = valueErrors;

Base class of all ValueError

Properties

abstract
readonly
raw: string

Raw input

Methods

abstract
toString(): string