UNPKG

astx

Version:

super powerful structural search and replace for JavaScript and TypeScript to automate your refactoring

3 lines (2 loc) 122 B
import { Node, Expression } from '../types'; export default function convertToExpression(value: Node): Expression | void;