UNPKG

catrielmuller-node-ipc

Version:

A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.

18 lines (12 loc) 210 B
import IPC from './services/IPC.js'; class IPCModule extends IPC{ constructor(){ super(); } IPC=IPC; } const singleton=new IPCModule; export { singleton as default, IPCModule }