Skip to main content
Module

x/args/index.ts>valueErrors.NotAnInteger

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

ValueError class for when non-integer raw input being place in where an integer is expected

Constructors

new
NotAnInteger(raw: string, error: SyntaxError)