tscoverage/test/assets/ts/index.ts

7 lines
178 B
TypeScript
Raw Normal View History

2016-02-09 04:39:31 +00:00
/// <reference path="./typings/main.d.ts" />
2016-03-29 23:32:41 +00:00
let testplugin = {
2016-02-09 04:39:31 +00:00
logSomething: function(){
console.log("only function executed");
}
};
module.exports = testplugin;