UNPKG

astx

Version:

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

3 lines (2 loc) 149 B
import { Node, Expression } from '../types'; export default function convertToIdentifierNameExpressionPair(node: Node): [string, Expression] | void;