UNPKG

@gwigz/homunculus-core

Version:

A third-party framework for interacting with Linden Lab's virtual world "Second Life"

12 lines (11 loc) 244 B
import Keyv from "keyv"; export declare const cache: Keyv<any>; export interface AvatarCache { firstName: string; lastName?: string; lastUpdated: number; } export interface RegionCache { name: string; lastUpdated: number; }