smartgit/dist/smartgit.commit.d.ts

4 lines
115 B
TypeScript
Raw Permalink Normal View History

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