UNPKG

@graphql-mesh/utils

Version:
5 lines (4 loc) 99 B
import lru from 'tiny-lru'; export function createLruCache(max, ttl) { return lru(max, ttl); }