import { YAML } from "https://deno.land/x/aether@v0.0.3/deps.ts";
const { Document } = YAML;
Sets a value in this document. For !!set
, value
needs to be a
boolean to add/remove the item from the set.
import { YAML } from "https://deno.land/x/aether@v0.0.3/deps.ts";
const { Document } = YAML;
Sets a value in this document. For !!set
, value
needs to be a
boolean to add/remove the item from the set.