class YAMLSet extends YAMLMapimport { YAMLSet } from "https://deno.land/x/windmill@v1.396.1/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js"; ConstructorsnewYAMLSet(schema)Methodsadd(key)get(key, keepPair)If keepPair is true, returns the Pair matching key. Otherwise, returns the value of that Pair's key. set(key, value)toJSON(_, ctx)toString(ctx,onComment,onChompKeep,)