UNPKG

@skbkontur/cassandra-distributed-task-queue-ui

Version:

.NET library implementing distributed task queue machinery using Apache Cassandra

14 lines 479 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RouteUtils = void 0; const react_router_dom_1 = require("react-router-dom"); class RouteUtils { } exports.RouteUtils = RouteUtils; Object.defineProperty(RouteUtils, "backUrl", { enumerable: true, configurable: true, writable: true, value: (path) => (path.endsWith("/") ? ".." : (0, react_router_dom_1.resolvePath)("..", path).pathname) }); //# sourceMappingURL=RouteUtils.js.map