File

teal-src/util/termcolours.d.tl @ 12755:a09dacf660d2

util.datetime: Add some missing test cases You guessed it, mutation testing.
author Matthew Wild <mwild1@gmail.com>
date Sat, 08 Oct 2022 23:55:22 +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