| 328 | * @since 0.6.0 |
| 329 | */ |
| 330 | export class Process extends Context.Service<Process, { |
| 331 | readonly cwd: Effect.Effect<string> |
| 332 | readonly platform: Effect.Effect<NodeJS.Platform> |
| 333 | readonly argv: Effect.Effect<Array<string>> |
nothing calls this directly
no outgoing calls
no test coverage detected