Expose fromText

This commit is contained in:
Rene Vergara 2024-02-05 20:46:05 -06:00
parent fd70a681dc
commit 49bceb5f14
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2

View file

@ -12,6 +12,7 @@ module Data.HexString
, toBinary
, fromBytes
, toBytes
, fromText
, toText
) where