smartstring/ts/index.ts

10 lines
448 B
TypeScript
Raw Normal View History

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