UNPKG
nhentai-node-api
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
nHentai wrapper for NodeJs
github.com/barthofu/nhentai-node-api
barthofu/nhentai-node-api
nhentai-node-api
/
index.js
10 lines
(8 loc)
•
276 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.exports = { getDoujin:
require
(
'./lib/getDoujin'
), getLatest:
require
(
'./lib/getLatest'
), getPopular:
require
(
'./lib/getPopular'
), search:
require
(
'./lib/search'
), exists:
require
(
'./lib/exists'
),
random
:
require
(
'./lib/random'
) }