Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/aether/deps.ts>YAML.Document#set

A Deno library to interface with the Discord API
Latest
method YAML.Document.prototype.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.

Parameters

key: any
value: unknown