summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/ngx.re.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/OpenResty/library/ngx.re.lua')
-rw-r--r--meta/3rd/OpenResty/library/ngx.re.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/library/ngx.re.lua b/meta/3rd/OpenResty/library/ngx.re.lua
new file mode 100644
index 00000000..683a5be2
--- /dev/null
+++ b/meta/3rd/OpenResty/library/ngx.re.lua
@@ -0,0 +1,6 @@
+---@meta
+ngx_re={}
+function ngx_re.opt(option, value) end
+function ngx_re.split(subj, regex, opts, ctx, max, res) end
+ngx_re.version="0.1.17"
+return ngx_re \ No newline at end of file