Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
class StringType
extends Type<string>
Re-export
import { StringType } from "https://deno.land/x/actionify@0.3.0/src/deps/cli.ts";

String type. Allows any value.

Methods

parse(type: ITypeInfo): string

Complete string type.