UNPKG

ngx-api-manager

Version:
7 lines (6 loc) 260 B
import { ISApi } from './typings'; export declare class MemoryStorage implements ISApi.Storage { get(key: any): any; set(key: string, data: ISApi.dataCache): ISApi.dataCache; static isFresh(lastUpdate: any, howLongIsItFresh: any): boolean; }