4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
export interface Normalizer {
|
|
normalize(pathname: string): string;
|
|
}
|