We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0642b commit 7927860Copy full SHA for 7927860
src/Node/ChildProcess.purs
@@ -1,3 +1,12 @@
1
+-- | This module contains various types and function to allow you to spawn and
2
+-- | interact with child processes.
3
+-- |
4
+-- | It is intended to be imported qualified, as follows:
5
6
+-- | ```purescript
7
+-- | import Node.ChildProcess (ChildProcess(), CHILD_PROCESS())
8
+-- | import Node.ChildProcess as ChildProcess
9
+-- | ```
10
module Node.ChildProcess
11
( Handle()
12
, ChildProcess()
0 commit comments