smartstring/dist/index.d.ts

10 lines
393 B
TypeScript
Raw Normal View History

2016-05-01 12:02:48 +00:00
import SmartstringGit = require("./smartstring.git");
import SmartstringDocker = require("./smartstring.docker");
import SmartstringTypescript = require("./smartstring.typescript");
declare let smartstring: {
git: (stringArg: string, tokenArg?: string) => SmartstringGit.gitRepo;
docker: typeof SmartstringDocker;
typescript: typeof SmartstringTypescript;
};
export = smartstring;