UNPKG

react-docgen

Version:

A library to extract information from React components for documentation generation.

8 lines (7 loc) 251 B
import type { NodePath } from '@babel/traverse'; /** * Returns true of the path is an unreachable TypePath * This evaluates the NodePaths returned from resolveToValue */ declare const _default: (path: NodePath) => boolean; export default _default;