UNPKG

astx

Version:

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

3 lines (2 loc) 121 B
import { Node, Identifier } from '../types'; export default function convertToIdentifier(node: Node): Identifier | void;