File

teal-src/util/interpolation.d.tl @ 12818:74ed772ff5fb

util.datamapper: Simplify test schema Don't need the function, more compact to just reference the same reference table.
author Kim Alvefur <zash@zash.se>
date Tue, 20 Dec 2022 18:55:47 +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