UNPKG
@xct007/frieren-scraper
Version:
latest (0.0.2)
0.0.2
0.0.1
Scrape module
github.com/xct007/frieren-scraper
xct007/frieren-scraper
@xct007/frieren-scraper
/
dist
/
@types
/
maker
/
h5tuqq.d.ts
8 lines
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{ errorHandling }
from
"../Interface"
;
type
ResponseResult
= {
image
:
string
;
images
:
string
[]; };
export
declare
function
h5tuqq
(
url
:
string
):
Promise
<
ResponseResult
| errorHandling>;
export
{};
//# sourceMappingURL=h5tuqq.d.ts.map