File

teal-src/util/format.d.tl @ 12516:d76ac22f3571

util.stanza: Document error conditions in Teal definition Gets you nice error messages if you make a typo in with error_reply()
author Kim Alvefur <zash@zash.se>
date Tue, 17 May 2022 17:05:15 +0200
parent 11432:113f3912c7cb
line wrap: on
line source

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