patronum
patronum copied to clipboard
Allow to pass custom log function for `debug`
const customLog = (argument) => console.log(util.inspect(myObject, {showHidden: false, depth: null, colors: true}))
debug({ fn: customLog }, $store, event, someFx)
What about to use log instead of fn?