luajit-ffi
v1.0.2
Published
The LuaJIT ffi declaration for TSTL.
Readme
luajit-ffi
LuaJIT FFI declaration for TSTL.
To install, run this in the root of your project:
npm i --save-dev luajit-ffiThen, add it into your tsconfig.json file.
{
"types": [
"luajit-ffi/luajit-ffi",
],
}