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 (4 loc) 259 B
const ProcJSTableManager = require('./lib/node_types/table_sharing_node') const ChildProcDBComInterface = require('./lib/client_com') module.exports.ProcJSTableManager = ProcJSTableManager module.exports.ChildProcDBComInterface = ChildProcDBComInterface