Files
oh-my-opencode/dist/hooks/gpt-permission-continuation/detector.d.ts
T

2 lines
97 B
TypeScript
Raw Normal View History

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