(node)
| 121 | jscodeshift.match(node, { type: jscodeshift.NewExpression.name }) |
| 122 | |
| 123 | const isArrayExpression = (node) => |
| 124 | jscodeshift.match(node, { type: jscodeshift.ArrayExpression.name }) |
| 125 | |
| 126 | const isObjectExpression = (node) => |
| 127 | jscodeshift.match(node, { type: jscodeshift.ObjectExpression.name }) |
nothing calls this directly
no outgoing calls
no test coverage detected