Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/src/deps/yaml.ts>TypeConstructorOptions

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
interface TypeConstructorOptions
import { type TypeConstructorOptions } from "https://deno.land/x/actionify@0.3.0/src/deps/yaml.ts";

Properties

optional
kind: "sequence" | "scalar" | "mapping"
optional
resolve: (data: any) => boolean
optional
construct: (data: any) => any
optional
instanceOf: object
optional
predicate: (data: object) => boolean
optional
represent: ((data: object) => any) | { [x: string]: (data: object) => any; }
optional
representName: (data: object) => any
optional
defaultStyle: string
optional
multi: boolean
optional
styleAliases: { [x: string]: any; }