File

teal-src/util/interpolation.d.tl @ 12930:a7b7cdec2b31

doap: Add RFC 7628 introduced in ab1164eda011
author Kim Alvefur <zash@zash.se>
date Sun, 12 Mar 2023 13:05:50 +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