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
/
utils
/
date-converter.d.ts
2 lines
(1 loc)
•
75 B
TypeScript
View Raw
1
2
export
declare
function
parseDate
(
strDate
:
string
,
format
?:
string
):
Date
;