UNPKG

@zup-it/beagle-backend-cli

Version:

CLI for Beagle Backend using TypeScript

4 lines (3 loc) 173 B
/// <reference types="node" /> import { ExecOptions } from 'child_process'; export declare function execShellCommand(command: string, options?: ExecOptions): Promise<void>;