initial commit. phase 1 complete

This commit is contained in:
2026-05-05 20:45:19 +02:00
parent d9c68313a0
commit 89e058ffac
20631 changed files with 3224610 additions and 43 deletions
+8
View File
@@ -0,0 +1,8 @@
export function isGroupSegment(segment) {
// Use array[0] for performant purpose
return segment[0] === "(" && segment.endsWith(")");
}
export const PAGE_SEGMENT_KEY = "__PAGE__";
export const DEFAULT_SEGMENT_KEY = "__DEFAULT__";
//# sourceMappingURL=segment.js.map