teal-src/util/format.d.tl
author Matthew Wild <mwild1@gmail.com>
Fri, 04 Mar 2022 16:46:47 +0000
changeset 12367 0576d7d625a0
parent 11436 113f3912c7cb
permissions -rw-r--r--
net.stun: tests: Remove stray print() from debugging

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