UNPKG

248 BTypeScriptView Raw
1import type { NodePath } from '@babel/traverse';
2import type { Expression, Function as BabelFunction } from '@babel/types';
3export default function resolveFunctionDefinitionToReturnValue(path: NodePath<BabelFunction>): NodePath<Expression> | null;