UNPKG

@mintlify/scraping

Version:

Scrape documentation frameworks to Mintlify docs

6 lines (5 loc) 255 B
import { AsyncAPIDocumentInterface } from '@mintlify/common'; export declare const getAsyncApiDefinition: (pathOrDocumentOrUrl: string | URL, localSchema?: boolean) => Promise<{ document: AsyncAPIDocumentInterface | undefined; isUrl: boolean; }>;