2016-07-06 10:04:25 +02:00
|
|
|
import * as SmartstringDocker from "./smartstring.docker";
|
|
|
|
import * as SmartstringTypescript from "./smartstring.typescript";
|
|
|
|
import * as SmartstringIndent from "./smartstring.indent";
|
2016-05-25 05:06:19 +02:00
|
|
|
export { Domain } from "./smartstring.domain";
|
|
|
|
export { GitRepo } from "./smartstring.git";
|
2016-05-17 00:02:29 +02:00
|
|
|
export declare let docker: typeof SmartstringDocker;
|
|
|
|
export declare let typescript: typeof SmartstringTypescript;
|
2016-07-06 10:04:25 +02:00
|
|
|
export declare let indent: typeof SmartstringIndent;
|