Software /
code /
prosody
File
teal-src/util/interpolation.d.tl @ 12517:a8c17c95ef4d
util.stanza: Document top level attributes in Teal definition
Tells you if you make a typo like "gropchat" or so
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 17 May 2022 17:06:36 +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