File size: 70 Bytes
b91e262
 
 
1
2
3
4
export interface Normalizer {
  normalize(pathname: string): string
}