File

teal-src/util/format.d.tl @ 11881:2138fc13d53a

util.dataforms: Encode size attributes as integers in XEP-0221 media element Otherwise very large fields would be serialized in e notation
author Kim Alvefur <zash@zash.se>
date Thu, 28 Oct 2021 13:02:59 +0200
parent 11432:113f3912c7cb
line wrap: on
line source

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