tscoverage/test/assets/index.js
2016-02-09 05:39:31 +01:00

10 lines
202 B
JavaScript

#!/usr/bin/env node
/// <reference path="./typings/main.d.ts" />
var testplugin = {
logSomething: function () {
console.log("only function executed");
}
};
module.exports = testplugin;