UNPKG

@refinedev/core

Version:

Refine is a React meta-framework for building enterprise-level, data-intensive applications rapidly with support for modern UI libraries and headless integrations.

5 lines 216 B
/** * Checks if the both routes have the same number of segments. */ export declare const isSegmentCountsSame: (route: string, resourceRoute: string) => boolean; //# sourceMappingURL=is-segment-counts-same.d.ts.map