Module

x/velociraptor/deps.ts>StringType

The npm-style script runner for Deno
Latest
class StringType
extends Type<string>
import { StringType } from "https://dotland.deno.dev/x/velociraptor@1.5.0/deps.ts";

String type. Allows any value.

Methods

parse(type: ITypeInfo): string

Complete string type.

import StringType
import { StringType } from "https://dotland.deno.dev/x/velociraptor@1.5.0/deps.ts";