Skip to main content
Module

x/args/index.ts>values.Text

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

Type and parser of text (string) value

type

ValueType<string, readonly [string]>