UNPKG

@expressjs/codemod

Version:

Codemods for updating express servers.

3 lines (2 loc) 240 B
import type { ASTNode, ASTPath } from 'jscodeshift'; export declare const recursiveParent: (parent: ASTPath<ASTNode>, paramIndex?: number, parentExpressionType?: readonly ["ArrowFunctionExpression", "FunctionExpression"]) => string | null;