We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
6bc5fc6
#29 by @Delagen - TypeScript definitions have been rewritten, and the CacheFactory constructor function is now a named export of the module.
CacheFactory
Before:
import CacheFactory from 'cachefactory';
After:
import { CacheFactory } from 'cachefactory';