aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/hex.d.tl
diff options
context:
space:
mode:
Diffstat (limited to 'teal-src/util/hex.d.tl')
-rw-r--r--teal-src/util/hex.d.tl2
1 files changed, 2 insertions, 0 deletions
diff --git a/teal-src/util/hex.d.tl b/teal-src/util/hex.d.tl
index 3b216a88..9d84540b 100644
--- a/teal-src/util/hex.d.tl
+++ b/teal-src/util/hex.d.tl
@@ -2,5 +2,7 @@ local type s2s = function (s : string) : string
local record lib
to : s2s
from : s2s
+ encode : s2s
+ decode : s2s
end
return lib