Skip to main content
Module

std/node/child_process.ts>spawn

Deno standard library
Go to Latest
function spawn
import { spawn } from "https://deno.land/std@0.158.0/node/child_process.ts";

Parameters

command: string
options: SpawnOptions

Parameters

command: string
args: string[]

Parameters

command: string
args: string[]
options: SpawnOptions