BREAKING CHANGE: Each plugin is expected to return an async function or a Promise returning function. The callback parameter is not passed to plugins anymore.
2 lines
27 B
JavaScript
2 lines
27 B
JavaScript
module.exports = () => {};
|