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.tl8
1 files changed, 0 insertions, 8 deletions
diff --git a/teal-src/util/hex.d.tl b/teal-src/util/hex.d.tl
deleted file mode 100644
index 9d84540b..00000000
--- a/teal-src/util/hex.d.tl
+++ /dev/null
@@ -1,8 +0,0 @@
-local type s2s = function (s : string) : string
-local record lib
- to : s2s
- from : s2s
- encode : s2s
- decode : s2s
-end
-return lib