UNPKG

lunify.js

Version:

A basic api wrapper for the spotify api covering the oauth routes.

11 lines 331 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CacheManager = void 0; const collection_1 = require("@discordjs/collection"); class CacheManager extends collection_1.Collection { constructor() { super(); } } exports.CacheManager = CacheManager; //# sourceMappingURL=index.js.map