kyodo.dorks
Version:
TypeScript API wrapper for Kyodo: Communities & Chats
12 lines • 428 B
TypeScript
import { CachedAccount } from '../public';
declare class CacheManager {
private cachedUsers;
constructor();
private __saveCache;
addToCache: (credentials: string, user: CachedAccount) => CachedAccount;
getFromCache: (credentials: string) => CachedAccount;
removeFromCache: (credentials: string) => void;
}
declare const _default: CacheManager;
export default _default;
//# sourceMappingURL=cache.d.ts.map