UNPKG

react-redux-fetch

Version:

A declarative and customizable way to fetch data for React components and manage that data in the Redux state

11 lines (9 loc) 250 B
"use strict"; exports.__esModule = true; exports.default = equals; function equals(comparisonOld, comparisonNew) { if (comparisonOld === undefined || comparisonNew === undefined) { return false; } return comparisonNew === comparisonOld; }