interface SpawnOptions
          
   extends CommonSpawnOptions
Usage in Deno
import { type SpawnOptions } from "node:child_process";
      
    
      
    optional
detached: boolean | undefined
      
    import { type SpawnOptions } from "node:child_process";
      
    
      
    
detached: boolean | undefined