sikanhe / reason-nodejs

Node bindings for Reason and Bucklescript
MIT License
100 stars 18 forks source link

Fix types of `stdin`, `stdout`, and `stderr` (#47) #50

Open banacorn opened 3 years ago

banacorn commented 3 years ago

In ChildProcess, stdout and stderr should be writable while stdin should be readable.