UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

5 lines (4 loc) 304 B
import type { ShellCommandExecutor, ShellCommandExecutorInput, ShellCommandExecutorOutput } from '../ShellCommandExecutor.js'; export declare class NodeSpawnShellCommandExecutor implements ShellCommandExecutor { exec({ bin, opts, }: ShellCommandExecutorInput): Promise<ShellCommandExecutorOutput>; }