Software /
code /
prosody
File
teal-src/util/interpolation.d.tl @ 11627:3a5212fd7e8e
mod_external_services: Validate items as they are added
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 21 Jun 2021 22:41: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