openresty-lua-types
TypeScript icon, indicating that this package has built-in type declarations

2.1.2 • Public • Published

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"],
  }
}

Package Sidebar

Install

npm i openresty-lua-types

Weekly Downloads

6

Version

2.1.2

License

ISC

Unpacked Size

57.9 kB

Total Files

14

Last publish

Collaborators

  • andrei-markeev