aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/hex.d.tl
blob: 3b216a88fb0172e791a2e99f32c3c84e577337f6 (plain)
1
2
3
4
5
6
local type s2s = function (s : string) : string
local record lib
	to : s2s
	from : s2s
end
return lib