UNPKG

claude-flow

Version:

Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)

14 lines (11 loc) 235 B
/** Check if the process is running inside a Docker container. @example ``` import isDocker from 'is-docker'; if (isDocker()) { console.log('Running inside a Docker container'); } ``` */ export default function isDocker(): boolean;