interface SpawnSyncOptionsWithBufferEncoding
extends SpawnSyncOptions
Usage in Deno
import { type SpawnSyncOptionsWithBufferEncoding } from "node:child_process";
optional
encoding: "buffer"
| null
| undefined
import { type SpawnSyncOptionsWithBufferEncoding } from "node:child_process";
encoding: "buffer"
| null
| undefined