UNPKG

compile-run

Version:

You can execute programs in different languages using this package

8 lines (7 loc) 227 B
import { Options, Result } from "../types"; /** * Executes an executable * @param filePath A path like string * @param options */ export declare function runExecutable(filePath: string, options?: Options): Promise<Result>;