UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

7 lines (6 loc) 286 B
import type { CommandExecutor, CommandExecutorOptions } from '../definitions.js'; export declare class TinyexecCommandExecutor implements CommandExecutor { execute(command: string, args?: Array<string>, options?: CommandExecutorOptions): Promise<{ stdout: string; }>; }