UNPKG

@bleed-believer/path-alias

Version:
10 lines (9 loc) 367 B
import type { NodeLauncherInjection } from './interfaces/index.js'; export declare class NodeLauncher { #private; static get loaderPath(): string; get targetPath(): string; get targetArgs(): string[]; constructor(targetPath: string, targetArgs: string[], inject?: Partial<NodeLauncherInjection>); initialize(watch?: boolean): Promise<void>; }