tscoverage/test/assets/ts/index.ts

7 lines
178 B
TypeScript

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