mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-08-29 04:32:06 -04:00
4 lines
125 B
TypeScript
4 lines
125 B
TypeScript
import { CacheHandler } from "./cacheHandler";
|
|
|
|
export const cacheHandler = new CacheHandler();
|
|
export default cacheHandler;
|