@tanstack/react-location-rank-routes
Version:
A route ranker for React Location that sorts your routes by general specificity.
35 lines (28 loc) • 766 B
JavaScript
/**
* react-location-rank-routes
*
* Copyright (c) TanStack
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
function _extends() {
_extends = Object.assign || function (target) {
for (var i = 1; i < arguments.length; i++) {
var source = arguments[i];
for (var key in source) {
if (Object.prototype.hasOwnProperty.call(source, key)) {
target[key] = source[key];
}
}
}
return target;
};
return _extends.apply(this, arguments);
}
exports["extends"] = _extends;
//# sourceMappingURL=_rollupPluginBabelHelpers.js.map