Files
lcbp3.np-dms.work/frontend/node_modules/next/dist/lib/is-app-route-route.js
2025-09-21 20:29:15 +07:00

15 lines
339 B
JavaScript
Executable File

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "isAppRouteRoute", {
enumerable: true,
get: function() {
return isAppRouteRoute;
}
});
function isAppRouteRoute(route) {
return route.endsWith('/route');
}
//# sourceMappingURL=is-app-route-route.js.map