For someone who wrote no bootstrap functions, my code looks like:
```js
module.exports = () => {};
```
I had to start a new Strapi project to understand how to solve my "cb is not a function" and "fn is not a function" typeerrors. I think it would be useful for future basic Strapi users like me!