UNPKG

pooliot-client

Version:
8 lines (5 loc) 177 B
import getIPC from 'node-ipc-promise'; const ipc = getIPC(); export function send(message: string, ...args: Array<any>): Promise<any> { return ipc.exec(message, ...args); }