added fonts
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import type { PathnameNormalizer } from './pathname-normalizer';
|
||||
import { PrefixPathnameNormalizer } from './prefix';
|
||||
export declare class BasePathPathnameNormalizer extends PrefixPathnameNormalizer implements PathnameNormalizer {
|
||||
constructor(basePath: string);
|
||||
}
|
||||
Reference in New Issue
Block a user