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