Type Alias HTMLCallback

HTMLCallback: (element: HTMLElement) => void

The type of callback function registered by Crawler.onHTML.

Type declaration