UNPKG

react-chrome-redux

Version:

A set of utilities for building Redux applications in Google Chrome Extensions.

12 lines (9 loc) 447 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); // The `change` value for updated or inserted fields resulting from shallow diff var DIFF_STATUS_UPDATED = exports.DIFF_STATUS_UPDATED = 'updated'; // The `change` value for removed fields resulting from shallow diff var DIFF_STATUS_REMOVED = exports.DIFF_STATUS_REMOVED = 'removed'; var DIFF_STATUS_KEYS_UPDATED = exports.DIFF_STATUS_KEYS_UPDATED = 'updated_keys';