Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denocordts/src/types/mod.ts>Collection#clone

An Object Oriented Discord API wrapper for Deno.
Latest
method Collection.prototype.clone
Re-export
import { Collection } from "https://deno.land/x/denocordts@1.2.0/src/types/mod.ts";

Creates an identical shallow copy of this collection.

Examples

const newColl = someColl.clone();