UNPKG
luajit-ffi
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
The LuaJIT ffi declaration for TSTL.
luajit-ffi
/
README.md
18 lines
(14 loc)
•
252 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# luajit-ffi
Lua
JIT
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", ], } `
``