Initial commit
This commit is contained in:
6
node_modules/astro/dist/cli/infra/tinyexec-command-executor.d.ts
generated
vendored
Normal file
6
node_modules/astro/dist/cli/infra/tinyexec-command-executor.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { CommandExecutor, CommandExecutorOptions } from '../definitions.js';
|
||||
export declare class TinyexecCommandExecutor implements CommandExecutor {
|
||||
execute(command: string, args?: Array<string>, options?: CommandExecutorOptions): Promise<{
|
||||
stdout: string;
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user