openresty-lua-types
v2.1.2
Published
Typescript types for openresty (ngx_http_lua_module), designed to be used with TypeScriptToLua
Downloads
38
Maintainers
Readme
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"],
}
}