1 2 3 4 5 6function callme(cb) { return cb(); } module.exports = callme;
1 2 3 4 5 6
function callme(cb) { return cb(); } module.exports = callme;