UNPKG

luajit-ffi

Version:

The LuaJIT ffi declaration for TSTL.

18 lines (14 loc) 252 B
# luajit-ffi LuaJIT FFI declaration for TSTL. To install, run this in the root of your project: ``` npm i --save-dev luajit-ffi ``` Then, add it into your ``tsconfig.json`` file. ```json { "types": [ "luajit-ffi/luajit-ffi", ], } ```