UNPKG

105 BTypeScriptView Raw
1import { ICache } from './shared';
2export declare class InMemoryCache {
3 enclosedCache: ICache;
4}