Skip to main content
Module

x/args/value-types.ts>Text

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

Type and parser of text (string) value

type

ValueType<string, readonly [string]>