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.164.0/node/child_process.ts";

Parameters

command: string

Returns

ChildProcess

Parameters

command: string
options: SpawnOptions

Returns

ChildProcess

Parameters

command: string
args: string[]

Returns

ChildProcess

Parameters

command: string
args: string[]
options: SpawnOptions

Returns

ChildProcess