8 lines
214 B
JavaScript
Raw Normal View History

2016-02-09 05:39:31 +01:00
/// <reference path="./typings/main.d.ts" />
var testplugin = {
logSomething: function () {
console.log("only function executed");
}
};
module.exports = testplugin;
2016-01-14 19:31:53 +01:00
//# sourceMappingURL=index.js.map