smartgit/dist/smartgit.commit.d.ts

4 lines
116 B
TypeScript
Raw Normal View History

2016-06-12 14:46:59 +00:00
import "typings-global";
declare var _default: (pathArg: string, commitMessage: string) => void;
export = _default;