UNPKG

lpi-multireducer

Version:

A utility to wrap many copies of a single Redux reducer into a single key-based reducer.

8 lines (6 loc) 160 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var initAction = { type: '@@multireducer/INIT' }; exports.default = initAction;