mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 23:04:55 +00:00
2 lines
100 B
TypeScript
2 lines
100 B
TypeScript
export const sidebarExpanded = (mobile: boolean | undefined, opened: boolean) => !!mobile || opened
|