UNPKG
@kyzryzz/scraper
Version:
latest (1.2.0)
1.2.0
1.1.9
Scraper
@kyzryzz/scraper
/
src
/
esm
/
lib
/
twitter.d.ts
9 lines
(7 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
Twitter
{
desc
:
String
;
thumbnail
:
URL
;
video_sd
:
URL
;
video_hd
:
URL
; }
export
declare
function
twitter
(
url
: URL
):
Promise
<
Twitter
>;