5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
export function isAppPageRoute(route) {
|
|
return route.endsWith("/page");
|
|
}
|
|
|
|
//# sourceMappingURL=is-app-page-route.js.map |