Home > @infiniteobjects/core-library-web > Url > normalize
Normalizes uris. Can pass http(s)://, ipfs:// or ar:// protocols and this function will normalize to the correct gateway
Signature:
static normalize(rawUrl: string): string;
Parameter | Type | Description |
---|---|---|
rawUrl | string |
Returns:
string