summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty.core.utils.lua
blob: 3c5ba1ae6f49e6b86102441dc959c3698441f8b0 (plain)
1
2
3
4
5
---@meta
resty_core_utils={}
function resty_core_utils.str_replace_char(str, find, replace) end
resty_core_utils.version="0.1.17"
return resty_core_utils