Software /
code /
prosody
Comparison
teal-src/util/hex.d.tl @ 12606:6683beb96e01
util.hex: Update Teal spec for function rename in a0ff5c438e9d
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 10 Aug 2022 13:45:43 +0200 |
parent | 11432:113f3912c7cb |
comparison
equal
deleted
inserted
replaced
12605:053417068957 | 12606:6683beb96e01 |
---|---|
1 local type s2s = function (s : string) : string | 1 local type s2s = function (s : string) : string |
2 local record lib | 2 local record lib |
3 to : s2s | 3 to : s2s |
4 from : s2s | 4 from : s2s |
5 encode : s2s | |
6 decode : s2s | |
5 end | 7 end |
6 return lib | 8 return lib |