typed-typings/env-node

"connected" property missing from ChildProcess in Node 4.x and below

nickzelei opened this issue · 1 comments

The property "connected" was added in Node v0.7.2 according to the 4.x docs.
ChildProcess.connected

This should be added to all of the subsequent versions that need it.

#30 fixes this issue