Skip to main content
SpawnSyncOptionsWithBufferEncoding - child_process - Node documentation
interface SpawnSyncOptionsWithBufferEncoding

Usage in Deno

import { type SpawnSyncOptionsWithBufferEncoding } from "node:child_process";

Properties

optional
encoding:
"buffer"
| null
| undefined