UNPKG

@moonsong-labs/moonwall-cli

Version:

Testing framework for the Moon family of projects

6 lines (3 loc) 166 B
import { ChildProcess } from 'child_process'; declare function launchNode(cmd: string, args: string[], name: string): Promise<ChildProcess>; export { launchNode };