Files
oh-my-opencode/src/features/agent-switch/index.ts
T

3 lines
128 B
TypeScript
Raw Normal View History

export { setPendingSwitch, consumePendingSwitch, _resetForTesting } from "./state"
export type { PendingSwitch } from "./state"