effect-io-ai

Package: effect
Module: Encoding

Encoding.decodeUriComponent

Decodes a URI component string into a UTF-8 string.

Signature

declare const decodeUriComponent: (str: string) => Either.Either<string, DecodeException>

Source

Since v3.12.0