ruchy-syntax-tools
Version: 
Comprehensive syntax highlighting and language support for the Ruchy programming language
13 lines • 391 B
TypeScript
import childProcess from "node:child_process";
/**
 * Easy to mock childProcess utils.
 * @internal
 */
export declare const processUtils: {
    /**
     * Promisifying childProcess.execFile
     * @internal
     */
    execFile(file: string, params: string[], options?: childProcess.ExecFileOptionsWithStringEncoding): Promise<string | Buffer>;
};
//# sourceMappingURL=processUtils.d.ts.map