summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty.core.utils.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/OpenResty/library/resty.core.utils.lua')
-rw-r--r--meta/3rd/OpenResty/library/resty.core.utils.lua9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/3rd/OpenResty/library/resty.core.utils.lua b/meta/3rd/OpenResty/library/resty.core.utils.lua
index 3c5ba1ae..8070a33b 100644
--- a/meta/3rd/OpenResty/library/resty.core.utils.lua
+++ b/meta/3rd/OpenResty/library/resty.core.utils.lua
@@ -1,5 +1,10 @@
---@meta
-resty_core_utils={}
+local resty_core_utils={}
+
+---@param str string
+---@param find string
+---@param replace string
+---@return string
function resty_core_utils.str_replace_char(str, find, replace) end
-resty_core_utils.version="0.1.17"
+resty_core_utils.version = require("resty.core.base").version
return resty_core_utils \ No newline at end of file