UNPKG

discord-authorize

Version:

A node module for easy authentication with Discord

7 lines 480 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Scopes = exports.DiscordAuthorization = void 0; const authenticator_1 = require("./authenticator"); Object.defineProperty(exports, "DiscordAuthorization", { enumerable: true, get: function () { return authenticator_1.DiscordAuthorization; } }); Object.defineProperty(exports, "Scopes", { enumerable: true, get: function () { return authenticator_1.Scopes; } }); //# sourceMappingURL=index.js.map