UNPKG
@synstack/web
Version:
latest (1.1.12)
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0
Web scraping utilities
github.com/pAIrprogio/synscript/tree/main/packages/web
pAIrprogio/synscript
@synstack/web
/
src
/
web.index.ts
4 lines
(3 loc)
•
130 B
text/typescript
View Raw
1
2
3
4
export
*
from
"./web.bundle.ts"
;
export
*
as
web
from
"./web.bundle.ts"
;
export
{
ArticleNotFoundException
}
from
"./web.lib.ts"
;