UNPKG

redux-providers

Version:

Minimalist dependency injection system for redux. Create providers to be injected and used in redux reducers.

7 lines 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ERRORS_MSGS = { DUPLICATED_PROVIDER_DECORATOR: "Cannot apply @Provider decorator multiple times.", DUPLICATED_MODULE_DECORATOR: "Cannot apply @Module decorator multiple times." }; //# sourceMappingURL=error-msgs.js.map