UNPKG

next

Version:

The React Framework

3 lines (2 loc) 136 B
import type { Normalizer } from './normalizer'; export declare function wrapNormalizerFn(fn: (pathname: string) => string): Normalizer;