UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

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