UNPKG

ast-node-finder

Version:

JSCodeshift find api automatically generated from code

4 lines (3 loc) 131 B
import { Ast } from './typings'; declare function dispatchNodes(ast: Ast, transform?: string): string[]; export { dispatchNodes };