import * as mod from "https://deno.land/std@0.158.0/encoding/yaml.ts"; parse and stringify for handling YAML encoded data. Ported from js-yaml v3.13.1 ClassescTypeVariablesvCORE_SCHEMAvDEFAULT_SCHEMAvEXTENDED_SCHEMAvFAILSAFE_SCHEMAvJSON_SCHEMAFunctionsfparseParses content as single YAML document. fparseAllSame as parse(), but understands multi-document sources. Applies iterator to each document if specified, or returns array of documents. fstringifySerializes object as a YAML document. InterfacesISchemaDefinitionType AliasesTKindTypeTParseOptionsTRepresentFnTStringifyOptionsTStyleVariant