UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

3 lines (2 loc) 120 B
import type { Root } from 'mdast'; export declare const findExportedNodes: (tree: Root, ...type: string[]) => string[];