UNPKG
animapi
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Animapi adalah library scrapper anime streaming dengan sangat cepat dan mudah digunakan.
animapi
/
index.ts
9 lines
(7 loc)
•
217 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
*
from
"./provider"
;
export
*
from
"./provider/animasu"
;
export
*
from
"./provider/otakudesu"
;
export
*
from
"./provider/anime-indo"
;
export
*
from
"./utils"
;
export
*
from
"./types"
;
export
*
from
"./cache"
;