var Test = function () { function Test() { } Test.prototype.test = function () { return 5 + 5; }; return Test; }();