UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

7 lines 254 B
/** * Detects if the current process is running inside a Docker container * * @returns true if running inside a Docker container, false otherwise */ export declare function isRunningInDocker(): boolean; //# sourceMappingURL=isRunningInDocker.d.ts.map