UNPKG

next

Version:

The React Framework

7 lines (6 loc) 238 B
import type { Normalizer } from './normalizer'; export declare class PrefixingNormalizer implements Normalizer { private readonly prefix; constructor(...prefixes: ReadonlyArray<string>); normalize(pathname: string): string; }