1.0.2 • Published 6 months ago
luajit-ffi v1.0.2
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.
{
"types": [
"luajit-ffi/luajit-ffi",
],
}