UNPKG
fsuipc-wasm
Version:
latest (0.7.3)
0.7.3
0.7.2
0.6.0
0.1.0
Node bindings for the FSUIPC WASM interface
fsuipc-wasm
/
main.js
4 lines
(2 loc)
•
90 B
JavaScript
View Raw
1
2
3
4
const
fsuipcWasm
=
require(
'node-gyp-build'
)(__dirname);
module
.
exports
= fsuipcWasm;