UNPKG
hyperscraped
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1
Lightweight scraper written in TypeScript using ES6 generators.
supergillis/hyperscraped
hyperscraped
/
src
/
index.ts
3 lines
(2 loc)
•
55 B
text/typescript
View Raw
1
2
3
export
*
from
'./scraper'
;
export
*
from
'./scrapers'
;