Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/args/value-types.ts

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Go to Latest
import * as args from "https://deno.land/x/args@2.1.0/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)