rsnext/packages/next/shared/lib/router/utils/index.ts

4 lines
192 B
TypeScript

export { getRouteMatcher } from './route-matcher'
export { getRouteRegex } from './route-regex'
export { getSortedRoutes } from './sorted-routes'
export { isDynamicRoute } from './is-dynamic'