UNPKG

179 BTypeScriptView Raw
1import { ICacheStats } from './interfaces';
2import { ICacheInstance } from './CacheInstance';
3export declare const evictItem: (obj: any, instance: ICacheInstance) => ICacheStats;