UNPKG

@mintlify/scraping

Version:

Scrape documentation frameworks to Mintlify docs

4 lines (3 loc) 227 B
import type { Element } from 'hast'; import type { HastNode, HastNodeIndex, HastNodeParent } from './hast.js'; export type ScrapeFuncType = (node: HastNode, index: HastNodeIndex, parent: HastNodeParent) => Element | undefined;