aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/id.d.tl
diff options
context:
space:
mode:
Diffstat (limited to 'teal-src/util/id.d.tl')
-rw-r--r--teal-src/util/id.d.tl9
1 files changed, 0 insertions, 9 deletions
diff --git a/teal-src/util/id.d.tl b/teal-src/util/id.d.tl
deleted file mode 100644
index 4b6c93b7..00000000
--- a/teal-src/util/id.d.tl
+++ /dev/null
@@ -1,9 +0,0 @@
-local record lib
- short : function () : string
- medium : function () : string
- long : function () : string
- custom : function (integer) : function () : string
-
-end
-return lib
-