UNPKG

neon-cli

Version:

Build and load native Rust/Neon modules.

9 lines (8 loc) 228 B
import { Toolchain } from "./rust"; export default class CLI { readonly toolchain: Toolchain; readonly argv: string[]; readonly cwd: string; constructor(argv: string[], cwd: string); exec(): Promise<void>; }