UNPKG

next

Version:

The React Framework

3 lines (2 loc) 145 B
import { RouteRegex } from './route-regex'; export declare function getMiddlewareRegex(normalizedRoute: string, catchAll?: boolean): RouteRegex;