UNPKG

node-simple-ipc

Version:

A Node.Js module for local Inter Process Communication

6 lines (5 loc) 173 B
export * from './node-simple-ipc'; export * from './types'; export * from './errors'; export * from './utils'; export { NodeSimpleIpc as default } from './node-simple-ipc';