3 lines
148 B
TypeScript
3 lines
148 B
TypeScript
import type { Segment } from '../../server/app-render';
|
|
export declare const matchSegment: (existingSegment: Segment, segment: Segment) => boolean;
|