UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

8 lines (7 loc) 259 B
import type { Root } from 'mdast'; /** * * @returns map of export names and their content */ export declare const getExportMap: (content: string) => Record<string, string>; export declare const getExportMapFromTree: (tree: Root) => Record<string, string>;