Skip to content

Commit 7927860

Browse files
committed
Add note re importing
1 parent bb0642b commit 7927860

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Node/ChildProcess.purs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
-- | ```
110
module Node.ChildProcess
211
( Handle()
312
, ChildProcess()

0 commit comments

Comments
 (0)