mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-01 11:06:59 +00:00
5 lines
200 B
TypeScript
5 lines
200 B
TypeScript
import * as misskey from 'misskey-js';
|
|
import { Cache } from '@/scripts/cache';
|
|
|
|
export const clipsCache = new Cache<misskey.entities.Clip[]>(Infinity);
|
|
export const rolesCache = new Cache(Infinity);
|