fix(core): shift to new style

This commit is contained in:
2018-07-16 23:52:50 +02:00
parent 7009e07ecc
commit a037cba454
23 changed files with 595 additions and 1561 deletions

View File

@@ -1,2 +1 @@
import "typings-global";
export { Dockersock } from "./dockersock.classes.dockersock";
export { DockerHost } from './docker.classes.host';