Module

x/lume/deps/cliffy.ts>StringType

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
class StringType
extends Type<string>
import { StringType } from "https://dotland.deno.dev/x/lume@v2.2.1/deps/cliffy.ts";

String type. Allows any value.

Methods

parse(type: ArgumentValue): string

Complete string type.

import StringType
import { StringType } from "https://dotland.deno.dev/x/lume@v2.2.1/deps/cliffy.ts";