(params: Omit<ChildProcessHandle, typeof HandleTypeId>)
| 211 | * @since 4.0.0 |
| 212 | */ |
| 213 | export const makeHandle = (params: Omit<ChildProcessHandle, typeof HandleTypeId>): ChildProcessHandle => |
| 214 | Object.setPrototypeOf({ ...params }, HandleProto) |
| 215 | |
| 216 | /** |
| 217 | * Creates a `ChildProcessSpawner` service from a `spawn` function, deriving |
no outgoing calls
no test coverage detected