UNPKG

@graphql-mesh/utils

Version:
4 lines (3 loc) 151 B
import { Lru } from 'tiny-lru'; export declare type LRUCache = Lru<any>; export declare function createLruCache(max?: number, ttl?: number): LRUCache;