UNPKG

@shahadul-17/dispatcher

Version:

Defines a mechanism for parallel processing and CPU intensive tasks in Node.js

6 lines 214 B
export type ProcessOptions = { processId?: number; processFileNameWithoutExtension?: string; commandLineArguments?: Record<string, undefined | string>; }; //# sourceMappingURL=process-options.t.d.ts.map