Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function spawnSync
import { spawnSync } from "https://deno.land/std@0.163.0/node/internal/child_process.ts";

Parameters

command: string
args: string[]
options: SpawnSyncOptions

Returns

SpawnSyncResult