mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 06:15:51 +00:00
4 lines
156 B
TypeScript
4 lines
156 B
TypeScript
// Auto-generated stub — replace with real implementation
|
|
export {};
|
|
export const isKairosEnabled: () => Promise<boolean> = () => Promise.resolve(false);
|