UNPKG

heapstash

Version:

HeapStash is a library that allows for easy caching in Node.js, with many advanced features such as TTL, maximum items in memory cache, external cache support, and more.

4 lines (3 loc) 100 B
import Plugin from "./index"; declare const _default: (settings: any) => Plugin; export = _default;