2019-04-16 08:50:22 +02:00

8 lines
84 B
JavaScript

module.exports = () => {
return {
initialize(cb) {
cb();
},
};
};