03b840c
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
## Module PursLoader.ChildProcess #### `ChildProcess` ``` purescript data ChildProcess :: ! ``` #### `spawn` ``` purescript spawn :: forall eff. String -> Array String -> Aff (cp :: ChildProcess | eff) String ```