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;
|
2016-01-14 18:31:53 +00:00
|
|
|
//# sourceMappingURL=index.js.map
|