effect-io-ai

Package: effect
Module: Encoding

Encoding.encodeUriComponent

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

Signature

declare const encodeUriComponent: (str: string) => Either.Either<string, EncodeException>

Source

Since v3.12.0