URIMap

Type alias URIMap

URIMap: {
    regex: string;
    replace: string;
}[]

Type declaration

  • regex: string
  • replace: string