mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
util.struct: Add Teal interface description file
This commit is contained in:
parent
a9c96e12c2
commit
6464150088
1 changed files with 6 additions and 0 deletions
6
teal-src/util/struct.d.tl
Normal file
6
teal-src/util/struct.d.tl
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue