File

teal-src/util/interpolation.d.tl @ 12151:669d93f1db6a

mod_invites: Comment on module loading for HTTP invite URLs
author Kim Alvefur <zash@zash.se>
date Wed, 05 Jan 2022 22:37:42 +0100
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