UNPKG

@sconedev/ai_toolkit

Version:

Simplify AI integration in web apps with local and offline model support

3 lines (2 loc) 131 B
export declare function getCached(key: string): any | undefined; export declare function setCached(key: string, value: any): void;