8 lines
214 B
JavaScript
8 lines
214 B
JavaScript
/// <reference path="./typings/main.d.ts" />
|
|
var testplugin = {
|
|
logSomething: function () {
|
|
console.log("only function executed");
|
|
}
|
|
};
|
|
module.exports = testplugin;
|
|
//# sourceMappingURL=index.js.map
|