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

x/aether/deps.ts>YAML.SchemaOptions

A Deno library to interface with the Discord API
Latest
type alias YAML.SchemaOptions
import { type YAML } from "https://deno.land/x/aether@v0.0.3/deps.ts";
const { SchemaOptions } = YAML;
definition: { compat?: string | Tags | null; customTags?: Tags | ((tags: Tags) => Tags) | null; merge?: boolean; resolveKnownTags?: boolean; schema?: string | Schema; sortMapEntries?: boolean | ((a: Pair, b: Pair) => number); toStringDefaults?: ToStringOptions; }