Mercurial > prosody-hg
view teal-src/util/format.d.tl @ 11456:4e376a43fe40
util.datamapper: Factor out common schema unpacking
This code extracts the bits from the schema that determines how the data
is to be mapped to/from XML.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 14 Mar 2021 16:50:49 +0100 |
| parents | 113f3912c7cb |
| children |
line wrap: on
line source
local record lib format : function (string, ... : any) : string end return lib
