Skip to main content
CommonExecOptions.encoding - child_process - Node documentation
property CommonExecOptions.encoding

Usage in Deno

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

Type

BufferEncoding
| "buffer"
| null
| undefined