teal-src/util/hex.d.tl
author Matthew Wild <mwild1@gmail.com>
Fri, 04 Mar 2022 16:46:47 +0000
changeset 12367 0576d7d625a0
parent 11436 113f3912c7cb
child 12610 6683beb96e01
permissions -rw-r--r--
net.stun: tests: Remove stray print() from debugging

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