2 lines
158 B
TypeScript
Executable file
2 lines
158 B
TypeScript
Executable file
import type { Segment } from '../../shared/lib/app-router-types';
|
|
export declare const matchSegment: (existingSegment: Segment, segment: Segment) => boolean;
|