interface ExecSyncOptions
          
   extends CommonExecOptions
Usage in Deno
import { type ExecSyncOptions } from "node:child_process";
optional
shell: string | undefined
      
    import { type ExecSyncOptions } from "node:child_process";
shell: string | undefined