File

teal-src/util/termcolours.d.tl @ 12964:4b75c8291ef7

scansion: Add tests for pubsub#itemreply in PEP
author Matthew Wild <mwild1@gmail.com>
date Wed, 22 Mar 2023 16:53:36 +0000
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