Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "index"

Index

Type aliases

CallbackResult

CrawlOptions

CrawlOptions: PartialCrawlOptions & Required<Pick<PartialCrawlOptions, "callback">>

CrawlerOptions

CrawlerOptions: PQueueOptions<PriorityQueue, DefaultAddOptions>

The options for the PQueue constructor.

see

https://www.npmjs.com/package/p-queue

Promisable

Promisable<T>: T | PromiseLike<T>

Type parameters

  • T

ResolvedCallbackResult

ResolvedCallbackResult: ResolvedCallbackResult[] | string | PartialCrawlOptions | null | void

Generated using TypeDoc