next
Version:
The React Framework
15 lines (14 loc) • 339 B
JavaScript
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
;