3 lines
178 B
TypeScript
3 lines
178 B
TypeScript
import { ExecSyncOptions } from "child_process";
|
|
export default function execute(cmd: string | string[], options?: ExecSyncOptions): string | (string | undefined)[] | undefined;
|