ast.findVariableDeclarators("foo"); ///same as running this ast.find(jscodeshift.VariableDeclarator, { id: { name: "foo" } });