UNPKG

typescript-cacheable

Version:

An in-memory caching (memoization) decorator for Typescript

4 lines (3 loc) 348 B
export { Cacheable, globalInit, localStorageInit, globalClear, globalDelete, globalGet, globalSet, localStorageClear, localStorageDelete, localStorageGet, localStorageSet, globalMethods, globalKeys, localStorageMethods, localStorageKeys, } from './Cacheable'; export { CacheableOptions } from './CacheableOptions'; export { Scope } from './Scope';