UNPKG

react-docgen

Version:

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

6 lines (5 loc) 167 B
import type { NodePath } from '@babel/traverse'; /** * Returns if the method path is a Component method. */ export default function (methodPath: NodePath): boolean;