UNPKG

@maskedeng-tom/ssrsx

Version:
10 lines (9 loc) 248 B
/// <reference types="node" /> import childProcess from 'child_process'; declare const execSync: (cmd: string) => Promise<{ result: boolean; err: childProcess.ExecException | null; stdout: any; stderr: any; }>; export { execSync };