8 lines
84 B
JavaScript
Raw Normal View History

2019-04-05 16:11:09 +02:00
module.exports = () => {
return {
initialize(cb) {
cb();
},
};
};