@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Variable dom_decodeURIComponentConst

    dom_decodeURIComponent: (encodedURIComponent: string) => string = decodeURIComponent

    alias for the function window.encodeURIComponent.

    Type declaration

      • (encodedURIComponent: string): string
      • Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI).

        Parameters

        • encodedURIComponent: string

          A value representing an encoded URI component.

        Returns string