File

teal-src/util/format.d.tl @ 12155:ae5988739990

mod_bookmarks: Unhook PEP service objects on removal from cache See 1dc00ca6ee9d
author Kim Alvefur <zash@zash.se>
date Sat, 08 Jan 2022 00:30:26 +0100
parent 11432:113f3912c7cb
line wrap: on
line source

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