| Current Path : /var/www/sitesecurity.bitkit.dk/httpdocs/node_modules/next/dist/lib/ |
| Current File : /var/www/sitesecurity.bitkit.dk/httpdocs/node_modules/next/dist/lib/is-app-route-route.js |
"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