rsnext/packages/next/next-server/lib/router/utils/index.ts

5 lines
192 B
TypeScript
Raw Normal View History

2019-05-31 00:53:20 +02:00
export { getRouteMatcher } from './route-matcher'
export { getRouteRegex } from './route-regex'
export { getSortedRoutes } from './sorted-routes'
2019-06-20 20:41:02 +02:00
export { isDynamicRoute } from './is-dynamic'