UNPKG

@bleed-believer/path-alias

Version:
7 lines (6 loc) 239 B
import type { NodeJsProcessInstance } from './node-js-process.instance.js'; import type { SpawnFunction } from './spawn.function.js'; export interface NodeLauncherInjection { process: NodeJsProcessInstance; spawn: SpawnFunction; }