Skip to main content
Module

x/bob/deps.ts>yaml.Type

A static site generator for the dynamic web - develop with TSX and build with Deno
Latest
class yaml.Type
import { yaml } from "https://deno.land/x/bob@v2.8.1/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