UNPKG

vamtiger-bash

Version:
7 lines (6 loc) 222 B
/// <reference types="node" /> import { ExecOptions } from 'child_process'; export default function (script: string, options?: ExecOptions): Promise<string | { stdout: string | Buffer; stderr: string | Buffer; }>;