aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/prosody/util/interpolation.d.tl
blob: fb653edf9b392ce6d1fd4e90a5f06e84a6704439 (plain)
1
2
3
4
5
6
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