UNPKG

@remcostoeten/fync

Version:

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

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