UNPKG

typedux

Version:

Slightly adjusted Redux (awesome by default) for TS

19 lines 738 B
(function (factory) { if (typeof module === "object" && typeof module.exports === "object") { var v = factory(require, exports); if (v !== undefined) module.exports = v; } else if (typeof define === "function" && define.amd) { define(["require", "exports"], factory); } })(function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.INTERNAL_KEY = exports.INTERNAL_ACTIONS = exports.INTERNAL_ACTION = void 0; exports.INTERNAL_ACTION = { INIT: "@INIT" }; exports.INTERNAL_ACTIONS = Object.values(exports.INTERNAL_ACTION); exports.INTERNAL_KEY = "@@TYPEDUX_INTERNAL"; }); //# sourceMappingURL=constants.js.map