File

teal-src/util/termcolours.d.tl @ 12849:330bfcaa5532

luacheck: Remove long gone mod_storage_sql1 from excludes No point not checking a file that doesn't exist
author Kim Alvefur <zash@zash.se>
date Thu, 19 Jan 2023 17:29:40 +0100
parent 12623:b462fbc600f2
line wrap: on
line source

local record lib
	getstring : function (string, string) : string
	getstyle : function (...:string) : string
	setstyle : function (string) : string
	tohtml :  function (string) : string
end
return lib