Skip to main content
Go to Latest
class DumperState
extends State
import { DumperState } from "https://deno.land/std@0.152.0/encoding/_yaml/dumper/dumper_state.ts";

Constructors

new
DumperState(unnamed 0: DumperStateOptions)

Properties

condenseFlow: boolean
dump: Any
duplicates: Any[]
explicitTypes: Type[]
flowLevel: number
implicitTypes: Type[]
indent: number
lineWidth: number
noArrayIndent: boolean
noCompatMode: boolean
noRefs: boolean
result: string
skipInvalid: boolean
sortKeys: boolean | ((a: Any, b: Any) => number)
tag: string | null
usedDuplicates: Any[]