UNPKG
occaecatidicta
Version:
latest (1.0.0)
1.0.0
github.com/MyleneMcClure/occaecatidicta.git
MyleneMcClure/occaecatidicta
occaecatidicta
/
tools
/
omelox-robot
/
index.ts
6 lines
(5 loc)
•
208 B
text/typescript
View Raw
1
2
3
4
5
6
export
*
from
'./lib/master/server'
;
export
*
from
'./lib/agent/agent'
;
export
*
from
'./lib/agent/actor'
;
module
.
exports
.
HTTP_SERVER
=
require
(
'./lib/console/http'
).
HTTP_SERVER
;
export
*
from
'./lib/robot'
;