Files
smartgit/dist/smartgit.check.d.ts

4 lines
93 B
TypeScript
Raw Normal View History

2016-06-12 16:46:59 +02:00
import "typings-global";
declare var _default: (repoArg: any) => boolean;
export = _default;