effect-io-ai

Package: effect
Module: Encoding

Encoding.decodeHexString

Decodes a hex encoded string into a UTF-8 string.

Signature

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

Source

Since v2.0.0