UNPKG

@mintlify/scraping

Version:

Scrape documentation frameworks to Mintlify docs

5 lines (4 loc) 263 B
export declare const blacklistedNames: Map<string, string>; export declare const INDEX_NAMES: string[]; export declare const GROUP_NAMES: string[]; export declare function iterateThroughReservedNames(namesToUse: Array<string>, namesInUse: Array<string>): string;