teal-src/util/hex.d.tl
author Kim Alvefur <zash@zash.se>
Sun, 12 Sep 2021 13:38:14 +0200
changeset 11795 7580365da050
parent 11436 113f3912c7cb
child 12610 6683beb96e01
permissions -rw-r--r--
doap: Mention mod_storage_xep0227

local type s2s = function (s : string) : string
local record lib
	to : s2s
	from : s2s
end
return lib