UNPKG

v_core_cache

Version:

Simple JavaScript Cache with expires/ttl and auto cleanups for Node and Web Application.

3 lines 154 B
import { V_Core_Cache } from "./V_Core_Cache"; export declare const createCache: (props: any) => V_Core_Cache; //# sourceMappingURL=createCache.d.ts.map