File

teal-src/util/interpolation.d.tl @ 13257:e11644485902 0.12

Added tag 0.12.4 for changeset a2ba3f06dcf4
author Kim Alvefur <zash@zash.se>
date Tue, 05 Sep 2023 19:48: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