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

x/aether/deps.ts>YAML.ToStringOptions

A Deno library to interface with the Discord API
Latest
type alias YAML.ToStringOptions
import { type YAML } from "https://deno.land/x/aether@v0.0.3/deps.ts";
const { ToStringOptions } = YAML;
definition: { blockQuote?: boolean | "folded" | "literal"; collectionStyle?: "any" | "block" | "flow"; commentString?: (comment: string) => string; defaultKeyType?: Scalar.Type | null; defaultStringType?: Scalar.Type; directives?: boolean | null; doubleQuotedAsJSON?: boolean; doubleQuotedMinMultiLineLength?: number; falseStr?: string; indent?: number; indentSeq?: boolean; lineWidth?: number; minContentWidth?: number; nullStr?: string; simpleKeys?: boolean; singleQuote?: boolean | null; trueStr?: string; verifyAliasOrder?: boolean; }