export { checkBySegments } from "./check-by-segments";
export { getActionRoutesFromResource } from "./get-action-routes-from-resource";
export { getDefaultActionPath } from "./get-default-action-path";
export { getParentPrefixForResource } from "./get-parent-prefix-for-resource";
export { getParentResource } from "./get-parent-resource";
export { isParameter } from "./is-parameter";
export { isSegmentCountsSame } from "./is-segment-counts-same";
export { removeLeadingTrailingSlashes } from "./remove-leading-trailing-slashes";

export { matchResourceFromRoute } from "./match-resource-from-route";
