UNPKG

1.01 kBJavaScriptView Raw
1/**
2 * react-router v7.1.1
3 *
4 * Copyright (c) Remix Software Inc.
5 *
6 * This source code is licensed under the MIT license found in the
7 * LICENSE.md file in the root directory of this source tree.
8 *
9 * @license MIT
10 */
11"use strict";
12var __defProp = Object.defineProperty;
13var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
14var __getOwnPropNames = Object.getOwnPropertyNames;
15var __hasOwnProp = Object.prototype.hasOwnProperty;
16var __copyProps = (to, from, except, desc) => {
17 if (from && typeof from === "object" || typeof from === "function") {
18 for (let key of __getOwnPropNames(from))
19 if (!__hasOwnProp.call(to, key) && key !== except)
20 __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
21 }
22 return to;
23};
24var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
25
26// lib/types/route-module.ts
27var route_module_exports = {};
28module.exports = __toCommonJS(route_module_exports);