2016-05-25 03:06:19 +00:00
|
|
|
import "typings-global";
|
2016-05-01 12:02:48 +00:00
|
|
|
import SmartstringDocker = require("./smartstring.docker");
|
|
|
|
import SmartstringTypescript = require("./smartstring.typescript");
|
2016-05-25 03:06:19 +00:00
|
|
|
export { Domain } from "./smartstring.domain";
|
|
|
|
export { GitRepo } from "./smartstring.git";
|
2016-05-16 22:02:29 +00:00
|
|
|
export declare let docker: typeof SmartstringDocker;
|
|
|
|
export declare let typescript: typeof SmartstringTypescript;
|