UNPKG

vue-docgen-api

Version:

Toolbox to extract information from Vue component files for documentation generation purposes.

4 lines (3 loc) 167 B
import { NodePath } from 'ast-types/lib/node-path'; import Map from 'ts-map'; export default function resolveExportDeclaration(path: NodePath): Map<string, NodePath>;