@mintlify/scraping
Version:
Scrape documentation frameworks to Mintlify docs
9 lines (8 loc) • 324 B
TypeScript
import type { Element } from 'hast';
export declare function unifiedRemoveBreaks(): (node: Element) => undefined;
/**
* ReadMe-specific function since they use breaks in between
* every element, but either way our parser adds whitespace
* automatically
*/
export declare function removeBreaks(node: Element): undefined;