UNPKG

stpd

Version:

😈 Stpd - and Powerful Cache.

7 lines (5 loc) • 234 B
import { MemoryStorage } from './memory-storage.js'; import { Stpd } from './stpd.js'; import { RedisStorage } from './redis-storage.js'; import { Storage } from './storage.js'; export { MemoryStorage, Stpd, RedisStorage, Storage };