UNPKG

create-xerex

Version:

8 lines (6 loc) 140 B
module.exports.onStart = function () { console.log("onStart"); }; module.exports.onEnd = function () { console.log("onEnd"); };