Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/args/value-types.ts

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Latest
import * as args from "https://deno.land/x/args@2.1.1/value-types.ts";

Variables

Type and parser of all number values except NaN and Infinity

Type and parser of all BigInt values

Type and parser of text (string) value

Functions

Create type and parser of choice (union)