Openresty Lua Types
Typescript types for openresty (ngx_http_lua_module), designed to be used with TypeScriptToLua.
Installation:
npm i -D openresty-lua-types
Update your tsconfig.json
:
{
"compilerOptions": {
"types": ["openresty-lua-types"],
}
}