UNPKG

@remcostoeten/fync

Version:

A unified TypeScript library for easy access to popular APIs (GitHub, Spotify, GitLab, etc.)

3 lines 190 B
import type { TCacheAdapter, TCacheOptions } from "./types"; export declare function createLruCache<T = unknown>(options?: TCacheOptions): TCacheAdapter<T>; //# sourceMappingURL=lru.d.ts.map