File

teal-src/util/format.d.tl @ 11978:628374809421

mod_smacks: Remove redundant fields Given that the registry is scoped per user and the module is scoped per host, there seems no point to checking or storing both username and host here.
author Kim Alvefur <zash@zash.se>
date Wed, 01 Dec 2021 16:26:53 +0100
parent 11432:113f3912c7cb
line wrap: on
line source

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