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