UNPKG

@morjs/runtime-web

Version:
10 lines 313 B
"use strict"; 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