UNPKG

@refinedev/core

Version:

refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.

11 lines (9 loc) 603 B
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";