smartgit/ts/smartgit.check.ts

5 lines
141 B
TypeScript
Raw Normal View History

2016-03-30 23:59:45 +00:00
/// <reference path="./typings/main.d.ts" />
import plugins = require("./smartgit.plugins");
export = function(repoArg) {
return true;
};