UNPKG

167 BTypeScriptView Raw
1import type { NodePath } from '@babel/traverse';
2/**
3 * Returns if the method path is a Component method.
4 */
5export default function (methodPath: NodePath): boolean;