-
Notifications
You must be signed in to change notification settings - Fork 49
/
index.js
46 lines (42 loc) · 902 Bytes
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
const {
otakudesu,
covid,
ongoing,
komiku,
tebakgambar,
surah,
sholat,
lirik,
chara,
wattpad,
playstore,
linkwa,
pinterest,
igdl,
igstory,
igstalk,
twitter,
fbdown,
youtube,
ttdownloader
} = require('./lib/function')
module.exports.otakudesu = otakudesu
module.exports.covid = covid
module.exports.ongoing = ongoing
module.exports.komiku = komiku
module.exports.tebakgambar = tebakgambar
module.exports.surah = surah
module.exports.sholat = sholat
module.exports.lirik = lirik
module.exports.chara = chara
module.exports.wattpad = wattpad
module.exports.playstore = playstore
module.exports.linkwa = linkwa
module.exports.pinterest = pinterest
module.exports.igdl = igdl
module.exports.igstory = igstory
module.exports.igstalk = igstalk
module.exports.twitter = twitter
module.exports.fbdown = fbdown
module.exports.youtube = youtube
module.exports.ttdownloader = ttdownloader