tscoverage/test/assets/index.js

10 lines
202 B
JavaScript
Raw Normal View History

2016-01-18 18:11:42 +00:00
#!/usr/bin/env node
2016-02-09 04:39:31 +00:00
/// <reference path="./typings/main.d.ts" />
var testplugin = {
logSomething: function () {
console.log("only function executed");
}
};
module.exports = testplugin;