mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
util.termcolours: Add Teal interface description
This commit is contained in:
parent
f307901a09
commit
49497f25d3
1 changed files with 7 additions and 0 deletions
7
teal-src/util/termcolours.d.tl
Normal file
7
teal-src/util/termcolours.d.tl
Normal file
|
@ -0,0 +1,7 @@
|
|||
local record lib
|
||||
getstring : function (string, string) : string
|
||||
getstyle : function (...:string) : string
|
||||
setstyle : function (string) : string
|
||||
tohtml : function (string) : string
|
||||
end
|
||||
return lib
|
Loading…
Add table
Add a link
Reference in a new issue