UNPKG

@graphql-mesh/utils

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