Diff

teal-src/util/hex.d.tl @ 12802:4a8740e01813

Merge 0.12->trunk
author Kim Alvefur <zash@zash.se>
date Mon, 12 Dec 2022 07:10:54 +0100
parent 12606:6683beb96e01
line wrap: on
line diff
--- a/teal-src/util/hex.d.tl	Mon Dec 12 20:40:23 2022 +0100
+++ b/teal-src/util/hex.d.tl	Mon Dec 12 07:10:54 2022 +0100
@@ -2,5 +2,7 @@
 local record lib
 	to : s2s
 	from : s2s
+	encode : s2s
+	decode : s2s
 end
 return lib