generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
+8
@@ -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
|
||||
Reference in New Issue
Block a user