UNPKG

redux-actions-assertions

Version:
10 lines (9 loc) 218 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function ActionWithInitialState(action, state) { this.action = action; this.state = state; } exports.default = ActionWithInitialState;