UNPKG

vue-docgen-api

Version:

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

4 lines (3 loc) 321 B
import { NodePath } from 'ast-types/lib/node-path'; import type { ParseOptions } from '../types'; export default function getPathOfExportedValue(pathResolver: (path: string, originalDirNameOverride?: string) => string | null, exportName: string, filePath: string[], options: ParseOptions): Promise<NodePath | undefined>;