smartgit/ts/smartgit.check.ts
2016-01-18 04:20:37 +01:00

9 lines
191 B
TypeScript

/// <reference path="./index.ts" />
module SmartgitCheck {
export var init = function(){
var check = function() {
return true;
};
return check;
}
}