smartspawn/test/smartipc.classes.ipcclient.ts
2016-09-28 13:01:36 +02:00

7 lines
108 B
TypeScript

import * as plugins from './smartipc.plugins'
export calss IpcClient {
constructor() {
}
}