Files
med-notes/.pnpm-store/v10/files/ff/418125038e591816b92019f478a28656b155f68630bb0c37edff7176c5c44099ccd951019a0b0e23b354a455d4391870fae4b023bbd2ff95fc4f2ac0b20582
2025-05-09 05:30:08 +02:00

29 lines
1007 B
Plaintext

/**
* react-router v7.5.0
*
* Copyright (c) Remix Software Inc.
*
* 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
*/
"use strict";
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// lib/types/route-module.ts
var route_module_exports = {};
module.exports = __toCommonJS(route_module_exports);