I use jscodeshift to find function declaration:
const functionDeclaration = root.find(j.FunctionDeclaration);
Now I want to log the match p