UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

8 lines (7 loc) 279 B
/** * * @param exportName the name of the export we want to find * @param content the content we are looking for the export in * @returns the export */ export declare const findExport: (exportName: string, content: string, renamedExportName?: string) => string | undefined;