UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

4 lines (3 loc) 235 B
import type { ExecResult, RawExecOptions } from './types'; export declare function exec(cmd: string, opts: RawExecOptions): Promise<ExecResult>; export declare const rawExec: (cmd: string, opts: RawExecOptions) => Promise<ExecResult>;