UNPKG

next

Version:

The React Framework

6 lines (5 loc) 206 B
import type { Normalizer } from '../normalizer'; export interface PathnameNormalizer extends Normalizer { match(pathname: string): boolean; normalize(pathname: string, matched?: boolean): string; }