@bleed-believer/path-alias
Version:
Assign path alias using tsconfig.json file
5 lines (4 loc) • 301 B
TypeScript
export type { NodeLauncherInjection } from './node-launcher.injection.js';
export type { ChildProcessInstance } from './child-process.instance.js';
export type { NodeJsProcessInstance as ProcessInstance } from './node-js-process.instance.js';
export type { SpawnFunction } from './spawn.function.js';