UNPKG

next

Version:

The React Framework

6 lines (5 loc) 247 B
import type { PathnameNormalizer } from './pathname-normalizer'; import { SuffixPathnameNormalizer } from './suffix'; export declare class RSCPathnameNormalizer extends SuffixPathnameNormalizer implements PathnameNormalizer { constructor(); }