@morjs/runtime-web
Version:
mor runtime for web
10 lines • 313 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Action = void 0;
var Action;
(function (Action) {
Action["POP"] = "POP";
Action["PUSH"] = "PUSH";
Action["REPLACE"] = "REPLACE";
})(Action = exports.Action || (exports.Action = {}));
//# sourceMappingURL=types.js.map