Software /
code /
prosody
File
teal-src/util/hex.d.tl @ 12931:bbae3acc6694
util.ip: Add is_ip() helper method to detect if an object is an ip object
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 14 Mar 2023 18:23:33 +0000 |
parent | 12606:6683beb96e01 |
line wrap: on
line source
local type s2s = function (s : string) : string local record lib to : s2s from : s2s encode : s2s decode : s2s end return lib