UNPKG
node-libtorrent
Version:
latest (0.0.2)
0.0.2
0.0.1
rb-libtorrent bindings for node.js
fanatid.github.io/node-libtorrent/
fanatid/node-libtorrent
node-libtorrent
/
lib
/
libtorrent.js
4 lines
(2 loc)
•
89 B
JavaScript
View Raw
1
2
3
4
var
lt
=
require(__dirname +
'/../build/Release/libtorrent.node'
);
module
.
exports
= lt;