File

teal-src/util/interpolation.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 type renderer = function (string, { string : any }) : string
local type filter = function (string, any) : string
local record lib
	new : function (string, string, funcs : { string : filter }) : renderer
end
return lib