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

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

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

Create a deep copy of this Document and its contents.

Custom Node values that inherit from Object still refer to their original instances.