BooleanCache

export type BooleanCache<T extends CacheType> = T extends 'cached' ? true : false;
export type BooleanCache<T extends CacheType> = T extends 'cached' ? true : false;

No summary provided.