added fonts
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import type { Normalizer } from '../normalizer';
|
||||
export declare class PrefixPathnameNormalizer implements Normalizer {
|
||||
private readonly prefix;
|
||||
constructor(prefix: string);
|
||||
match(pathname: string): boolean;
|
||||
normalize(pathname: string, matched?: boolean): string;
|
||||
}
|
||||
Reference in New Issue
Block a user