UNPKG

160 BTypeScriptView Raw
1/// <reference types="node" />
2import { ExecSyncOptions } from 'child_process';
3export declare function exec(command: string, options?: ExecSyncOptions): void;