3 lines
73 B
TypeScript
Executable file
3 lines
73 B
TypeScript
Executable file
export interface Normalizer {
|
|
normalize(pathname: string): string;
|
|
}
|