UNPKG

175 BTypeScriptView Raw
1import { NodePath } from '@babel/core';
2export default function getDisplayName(path: NodePath<any>, { file }: {
3 file: any;
4}, defaultName?: string | null): string | null;