Module

x/scaffold/src/deps/cli.ts>StringType

scaffold your next project with style and 💗
Latest
class StringType
extends Type<string>
import { StringType } from "https://dotland.deno.dev/x/scaffold@0.3.0/src/deps/cli.ts";

String type. Allows any value.

Methods

parse(type: ITypeInfo): string

Complete string type.

import StringType
import { StringType } from "https://dotland.deno.dev/x/scaffold@0.3.0/src/deps/cli.ts";