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