aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/struct.d.tl
diff options
context:
space:
mode:
Diffstat (limited to 'teal-src/util/struct.d.tl')
-rw-r--r--teal-src/util/struct.d.tl6
1 files changed, 6 insertions, 0 deletions
diff --git a/teal-src/util/struct.d.tl b/teal-src/util/struct.d.tl
new file mode 100644
index 00000000..201aaa23
--- /dev/null
+++ b/teal-src/util/struct.d.tl
@@ -0,0 +1,6 @@
+local record lib
+ pack : function (string, ...:any) : string
+ unpack : function(string, string, integer) : any...
+ size : function(string) : integer
+end
+return lib