Normalizes an array of URLs by removing duplicates and applying a normalization function to each URL. Any URLs that fail to normalize will be ignored.
An array of URLs to be normalized.
An array of normalized URLs without duplicates.
Normalizes an array of URLs by removing duplicates and applying a normalization function to each URL. Any URLs that fail to normalize will be ignored.