import { YAML } from "https://deno.land/x/aether@v0.0.3/deps.ts";
const { YAMLSet } = YAML;
If keepPair
is true
, returns the Pair matching key
.
Otherwise, returns the value of that Pair's key.
import { YAML } from "https://deno.land/x/aether@v0.0.3/deps.ts";
const { YAMLSet } = YAML;
If keepPair
is true
, returns the Pair matching key
.
Otherwise, returns the value of that Pair's key.