File

teal-src/util/interpolation.d.tl @ 12675:db8c795ca81a

mod_admin_shell: Fix output from user:roles() It used _G.print instead of the shell session print, which would silently write to stdout
author Kim Alvefur <zash@zash.se>
date Thu, 25 Aug 2022 22:40:41 +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