9 lines
444 B
TypeScript
9 lines
444 B
TypeScript
import * as SmartstringDocker from "./smartstring.docker";
|
|
import * as SmartstringTypescript from "./smartstring.typescript";
|
|
import * as SmartstringIndent from "./smartstring.indent";
|
|
export { Domain } from "./smartstring.domain";
|
|
export { GitRepo } from "./smartstring.git";
|
|
export declare let docker: typeof SmartstringDocker;
|
|
export declare let typescript: typeof SmartstringTypescript;
|
|
export declare let indent: typeof SmartstringIndent;
|