UNPKG

shared-table-types

Version:

This module is a library for utlitizing an outline for managing processes that share tables each requiring a selection of a communication option.

10 lines (6 loc) 175 B
if ( typeof process.send === 'function' ) { console.log("CAN SEND TO PARENT") process.send("this is a test") } else { console.log("CAN'T SEND TO THE PARENT") }