import { Directives } from "https://deno.land/x/windmill@v1.265.1/node_modules/yaml/browser/dist/doc/directives.js";
Methods
add(line, onError)
During parsing, get a Directives instance for the current document and update the stream state according to the current version's spec.
clone()
tagName(source, onError)
Resolves a tag, matching handles to those defined in %TAG directives.
tagString(tag)
Given a fully resolved tag, returns its printable string form, taking into account current tag prefixes and defaults.
toString(doc)