smartspawn/test/smartipc.classes.ipcclient.ts

7 lines
108 B
TypeScript
Raw Normal View History

2016-09-28 13:01:36 +02:00
import * as plugins from './smartipc.plugins'
export calss IpcClient {
constructor() {
}
}