Files
oh-my-opencode/src/hooks/stop-continuation-guard/index.ts
T

3 lines
109 B
TypeScript
Raw Normal View History

export { createStopContinuationGuardHook } from "./hook"
export type { StopContinuationGuard } from "./hook"