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.
- Host: GitHub
- URL: https://github.com/andrei-markeev/openresty-lua-types
- Owner: andrei-markeev
- Created: 2022-04-03T12:37:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T17:27:02.000Z (over 3 years ago)
- Last Synced: 2025-03-25T07:24:07.171Z (about 1 year ago)
- Size: 33.2 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"],
}
}
```