UNPKG

graphql-yoga

Version:

<div align="center"><img src="./website/public/cover.png" width="720" /></div>

3 lines (2 loc) 90 B
import LRU from 'lru-cache'; export declare function createLRUCache<T>(): LRU<string, T>;