summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty.string.lua
blob: 9931b0ec768cd36ea50434657e7a2bdddaa32c8a (plain)
1
2
3
4
5
6
---@meta
resty_string={}
function resty_string.to_hex(s) end
resty_string._VERSION="0.11"
function resty_string.atoi(s) end
return resty_string