Package: effect Module: Encoding
effect
Encoding
Decodes a hex encoded string into a UTF-8 string.
string
Signature
declare const decodeHexString: (str: string) => Either.Either<string, DecodeException>
Source
Since v2.0.0