tscoverage/test/assets/ts/index.ts
2016-05-19 22:11:18 +02:00

7 lines
179 B
TypeScript

/// <reference path="./typings/index.d.ts" />
let testplugin = {
logSomething: function(){
console.log("only function executed");
}
};
module.exports = testplugin;