function decodeURI
decodeURI(encodedURI: string): string

Gets the unencoded version of an encoded Uniform Resource Identifier (URI).

Parameters

encodedURI: string

A value representing an encoded URI.

Return Type

string