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