@push.rocks/smartipc
Version:
A library for node inter process communication, providing an easy-to-use API for IPC.
12 lines (11 loc) • 441 B
TypeScript
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrx from '@push.rocks/smartrx';
export { smartdelay, smartpromise, smartrx };
import * as net from 'net';
import * as os from 'os';
import * as path from 'path';
import * as fs from 'fs';
import * as crypto from 'crypto';
import { EventEmitter } from 'events';
export { net, os, path, fs, crypto, EventEmitter };