mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-15 07:36:47 +01: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);
|