switch to native ipc to scale down on dependencies

This commit is contained in:
2016-09-28 23:46:28 +02:00
parent 65ab58f727
commit 5ce83601b4
24 changed files with 271 additions and 55 deletions

2
ts/index.ts Normal file
View File

@@ -0,0 +1,2 @@
export * from './smartipc.classes.ipcmaster'
export * from './smartipc.classes.ipcchild'