teal-src/util/table.d.tl
author Kim Alvefur <zash@zash.se>
Sun, 25 Apr 2021 17:27:02 +0200
changeset 11525 16caf35f031f
parent 11463 86904555bffc
child 12622 17cc122cc2e8
permissions -rw-r--r--
util.prosodyctl.shell: Fix for missing 'sep' arg to string.rep in Lua 5.1

local record lib
	create : function (narr:integer, nrec:integer):table
	pack : function (...:any):{any}
end
return lib