/// module SmartgitCheck { export var init = function(){ var check = function() { return true; }; return check; } }