Skip to main content
Module

x/args/index.ts>Text

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

Type and parser of text (string) value

type

ValueType<string, readonly [string]>