UNPKG

vue-docgen-api

Version:

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

4 lines (3 loc) 178 B
import * as bt from '@babel/types'; import { NodePath } from 'ast-types/lib/node-path'; export default function resolveIdentifier(ast: bt.File, path: NodePath): NodePath | null;