UNPKG

function-exec-sync

Version:

Run a function in a node process

9 lines (8 loc) 160 B
export type ExecWorkerOptions = { name?: string; cwd?: string; env?: object; callbacks?: boolean; execPath?: string; sleep?: number; };