teal-src/util/hex.d.tl
author Kim Alvefur <zash@zash.se>
Wed, 10 Aug 2022 13:45:43 +0200
changeset 12610 6683beb96e01
parent 11436 113f3912c7cb
permissions -rw-r--r--
util.hex: Update Teal spec for function rename in a0ff5c438e9d

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