Skip to main content
Module

x/documentaly/deps.ts>yaml.Type

(Beta) Maintain document and build tool.
Go to Latest
class yaml.Type
import { yaml } from "https://deno.land/x/documentaly@0.3.3/deps.ts";
const { Type } = yaml;

Constructors

new
Type(tag: string, options?: TypeOptions)

Properties

construct: (data?: Any) => Any
optional
defaultStyle: StyleVariant
instanceOf: Any
kind: KindType | null
optional
loadKind: KindType
optional
predicate: (data: Record<string, unknown>) => boolean
optional
represent: RepresentFn | ArrayObject<RepresentFn>
resolve: (data?: Any) => boolean
optional
styleAliases: ArrayObject
tag: string