'use strict' const {RECEIVE_NOTIFICATIONS} = require('./action_constants') module.exports = { receivedNotifications: notifications => { return { type: RECEIVE_NOTIFICATIONS, notifications, } } }