createPipe package:typed-process
Create a new pipe between this process and the child, and return a
Handle to communicate with the child.
Create a new pipe. The returned Handle will use the default
encoding and newline translation mode (just like Handles
created by openFile).