including-modules
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import type { PathnameNormalizer } from './pathname-normalizer';
|
||||
import { SuffixPathnameNormalizer } from './suffix';
|
||||
export declare class RSCPathnameNormalizer extends SuffixPathnameNormalizer implements PathnameNormalizer {
|
||||
constructor();
|
||||
}
|
||||
Reference in New Issue
Block a user