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>State

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

Properties

input: string
filename: string | null
schema: Schema
onWarning: (this: null, e: YAMLException) => void
json: boolean
length: number
position: number
line: number
lineStart: number
lineIndent: number
version: null | number
checkLineBreaks: boolean
kind: string
result: any
implicitTypes: Type[]