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