UNPKG

lunify.js

Version:

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

5 lines (4 loc) 140 B
import { Collection } from '@discordjs/collection'; export declare class CacheManager<K, V> extends Collection<K, V> { constructor(); }