mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
docs(Util): methods removed on the base object (#5990)
This commit is contained in:
@@ -8,7 +8,7 @@ const has = (o, k) => Object.prototype.hasOwnProperty.call(o, k);
|
|||||||
const isObject = d => typeof d === 'object' && d !== null;
|
const isObject = d => typeof d === 'object' && d !== null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Contains various general-purpose utility methods. These functions are also available on the base `Discord` object.
|
* Contains various general-purpose utility methods.
|
||||||
*/
|
*/
|
||||||
class Util {
|
class Util {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|||||||
Reference in New Issue
Block a user