logger.js 84 Bytes Raw Blame History Permalink 1 2 3 4 export const logAll = (action$) => action$ .do(console.log) .ignoreElements()