UNPKG

diginext-utils

Version:
7 lines 202 B
/** * Cache management utilities * @module cached */ export { default as CacheManager } from "./CacheManager"; export type { ICacheManager } from "./CacheManager"; //# sourceMappingURL=index.d.ts.map