UNPKG

@shadow-dev/core

Version:

A modular core framework for Discord bot development, providing commands, buttons, menus, middleware, and more.

3 lines (2 loc) 144 B
export declare function cacheRequest<T>(key: string, data: T, ttl?: number): void; export declare function getCached<T>(key: string): T | null;