util.termcolours: Add Teal interface description

This commit is contained in:
Kim Alvefur 2022-07-24 21:39:46 +02:00
parent f307901a09
commit 49497f25d3

View 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