smartstring/dist/index.d.ts

9 lines
444 B
TypeScript
Raw Permalink Normal View History

2016-07-06 08:04:25 +00:00
import * as SmartstringDocker from "./smartstring.docker";
import * as SmartstringTypescript from "./smartstring.typescript";
import * as SmartstringIndent from "./smartstring.indent";
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;
2016-07-06 08:04:25 +00:00
export declare let indent: typeof SmartstringIndent;