File

teal-src/util/interpolation.d.tl @ 12097:9c794d5f6f8d

core.certmanager: Add TLS 1.3 cipher suites to Mozilla TLS presets
author Kim Alvefur <zash@zash.se>
date Wed, 03 Nov 2021 12:23:29 +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