UNPKG
@kaufman-bot/html-scraper-server
Version:
latest (3.5.2)
3.5.2
3.5.1
3.5.0
3.4.0
3.3.0
3.2.2
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
2.10.1
2.10.0
2.9.1
2.9.0
2.8.0
2.7.2
2.7.0
2.6.0
2.5.1
2.5.0
2.4.0
2.3.3
2.3.2
2.3.1
2.2.2
2.1.0
Html scraper commands and tools
github.com/EndyKaufman/kaufman-bot
EndyKaufman/kaufman-bot
@kaufman-bot/html-scraper-server
/
src
/
lib
/
scraper.module.d.ts
6 lines
(5 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
DynamicModule
}
from
'@nestjs/common'
;
import
{
ScraperConfig
}
from
'./scraper-config/scraper.config'
;
export
declare
class
ScraperModule
{
static
forRoot
(
config
:
ScraperConfig
):
DynamicModule
; }