UNPKG
2ch
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
A JavaScript library for comfortable 2ch watching.
github.com/shiwano/2ch
shiwano/2ch
2ch
/
lib
/
2ch.js
11 lines
(6 loc)
•
221 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
(
function
(
) {
exports
.
BbsMenu
=
require
(
'./2ch/bbs_menu'
);
exports
.
Bbs
=
require
(
'./2ch/bbs'
);
exports
.
Thread
=
require
(
'./2ch/thread'
);
exports
.
ThreadWatcher
=
require
(
'./2ch/thread_watcher'
); }).
call
(
this
);