4 lines
98 B
Lua
4 lines
98 B
Lua
---@meta
|
|
local resty_sha={}
|
|
resty_sha._VERSION = require("resty.string")._VERSION
|
|
return resty_sha |