UNPKG

sub-process-handler

Version:

A utility for managing subprocesses in Node.js with enhanced control over detached processes.

12 lines 240 B
{ "compilerOptions": { "target": "ES6", "module": "CommonJS", "declaration": true, "outDir": "./dist", "strict": true, "esModuleInterop": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }