Software /
code /
prosody
File
teal-src/util/interpolation.d.tl @ 11607:03eb4c0dca27
mod_admin_shell: module:info: List 'items' that can be formatted easily
Some items like HTTP providers would be very verbose, others are tricky
to handle.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 12 Jun 2021 18:06:37 +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