mirror of
https://github.com/BillyOutlast/drop.git
synced 2026-02-04 16:51:18 +01:00
5 lines
125 B
TypeScript
5 lines
125 B
TypeScript
import { CacheHandler } from "./cacheHandler";
|
|
|
|
export const cacheHandler = new CacheHandler();
|
|
export default cacheHandler;
|