UNPKG

125 BTypeScriptView Raw
1import type { NodePath } from '@babel/traverse';
2export default function getTypeIdentifier(path: NodePath): NodePath | null;