UNPKG

100 BTypeScriptView Raw
1export declare const defaultCacheOptions: {
2 ttl: number;
3 max: number;
4 store: string;
5};