Hello everyone,
First of all, thank you for your great work. Your implementation is currently helping us a lot.
That said, it would be great if you could export certain types.
If you'd prefer a pull request, I'd be happy to provide one.
index.ts
import CachedHandler from './CachedHandler'; export default CachedHandler; import RedisStringsHandler, { CreateRedisStringsHandlerOptions, } from './RedisStringsHandler'; export { RedisStringsHandler, CreateRedisStringsHandlerOptions };