mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-15 05:04:50 +00:00
3 lines
139 B
TypeScript
3 lines
139 B
TypeScript
export const workspaceOpenState = (expanded: Record<string, boolean>, directory: string, local: boolean) =>
|
|
expanded[directory] ?? local
|