UNPKG

@moonwall/cli

Version:

Testing framework for the Moon family of projects

12 lines (11 loc) 293 B
import type { DevLaunchSpec } from "@moonwall/types"; import fs from "node:fs"; export declare function launchNodeLegacy(options: { command: string; args: string[]; name: string; launchSpec?: DevLaunchSpec; }): Promise<{ runningNode: any; fsStream: fs.WriteStream; }>;