UNPKG

neon-cli

Version:

Build and load native Rust/Neon modules.

5 lines (4 loc) 246 B
/// <reference types="node" /> import child from "child_process"; export declare function spawn(command: string, args?: string[], options?: child.SpawnOptions): Promise<number>; export declare const execFile: typeof child.execFile.__promisify__;