File

teal-src/util/format.d.tl @ 12138:644ca3583837

util.stanza: Make type error message consistent with others
author Kim Alvefur <zash@zash.se>
date Fri, 31 Dec 2021 13:52:11 +0100
parent 11432:113f3912c7cb
line wrap: on
line source

local record lib
	format : function (string, ... : any) : string
end
return lib