Software /
code /
prosody
File
teal-src/util/interpolation.d.tl @ 12236:d0dfd48806f9
util.dns: Move DNS parameters details into util.dnsregistry
Goal is to regenerate this file from the IANA registry using a tool.
Having it in a separate file will reduce vcs noise in util.dns
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 04 Oct 2020 19:23:16 +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