UNPKG

195 Btext/coffeescriptView Raw
1isFunction = (obj) -> '[object Function]' is toString.call obj
2
3module.exports = (msg, type = 'log') -> (req, res, next) ->
4 m = msg
5 m = msg req if isFunction msg
6 next console[type] m