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