Files
oh-my-opencode/dist/hooks/gpt-permission-continuation/detector.d.ts
T
2026-03-14 04:56:50 +00:00

2 lines
97 B
TypeScript

export declare function detectStallPattern(text: string, patterns?: readonly string[]): boolean;