UNPKG
nitpin
Version:
latest (0.2.0)
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
NNTP Client Library
github.com/skerit/nitpin
skerit/nitpin
nitpin
/
lib
/
init.js
6 lines
(5 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
// Require protoblast (without native mods) if it isn't loaded yet
if
(
typeof
__Protoblast ==
'undefined'
) {
require
(
'protoblast'
)(
false
); }
module
.
exports
=
require
(
'./nitpin'
);