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

x/aether/deps.ts>YAML.YAMLSet#add

A Deno library to interface with the Discord API
Latest
method YAML.YAMLSet.prototype.add
import { YAML } from "https://deno.land/x/aether@v0.0.3/deps.ts";
const { YAMLSet } = YAML;

Parameters

key: T | Pair<T, Scalar<null> | null> | { key: T; value: Scalar<null> | null; }