UNPKG

117 BTypeScriptView Raw
1import { NodePath } from '@babel/core';
2export default function getNameFromPath(path: NodePath<any>): string | null;