that-hypermnesiac-guy/utils/log.js

2 lines
74 B
JavaScript

export const log = (...args)=> obj=> ( console.log( ...args, obj ), obj )