Package: effect Module: Encoding
effect
Encoding
Encodes a UTF-8 string into a URI component string.
string
Signature
declare const encodeUriComponent: (str: string) => Either.Either<string, EncodeException>
Source
Since v3.12.0