mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
7 lines
243 B
JavaScript
7 lines
243 B
JavaScript
"use strict";
|
|
|
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
|
|
var Resolver = function Resolver() {
|
|
_classCallCheck(this, Resolver);
|
|
}; |