An open API service indexing awesome lists of open source software.

https://github.com/andrei-markeev/openresty-lua-types

Typescript types for openresty (ngx_http_lua_module), designed to be used with TypeScriptToLua.
https://github.com/andrei-markeev/openresty-lua-types

Last synced: about 1 year ago
JSON representation

Typescript types for openresty (ngx_http_lua_module), designed to be used with TypeScriptToLua.

Awesome Lists containing this project

README

          

## Openresty Lua Types

Typescript types for openresty ([ngx_http_lua_module](https://github.com/openresty/lua-nginx-module)), designed to be used with [TypeScriptToLua](https://typescripttolua.github.io/).

Installation:
```
npm i -D openresty-lua-types
```

Update your `tsconfig.json`:
```json
{
"compilerOptions": {
"types": ["openresty-lua-types"],
}
}
```