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
/
downloader
/
tiktok.d.ts
5 lines
•
227 B
TypeScript
View Raw
1
2
3
4
5
import
{ errorHandling }
from
"../Interface"
;
import
{
TiktokDownloadResult
}
from
"../Types"
;
declare
function
v1
(
url
:
string
):
Promise
<
TiktokDownloadResult
| errorHandling>;
export
{ v1 };
//# sourceMappingURL=tiktok.d.ts.map