Seriously it's
module.exports = function(t) { return function isVoid0(expr) {
return ( t.isUnaryExpression(expr, { operator: "void" }) && t.isNumericLiteral(expr.argument, { value: 0 }) );
}; };
you don't need a whole bunch of dependency overhead for that bullshit.
Seriously it's
module.exports = function(t) { return function isVoid0(expr) {
}; };
you don't need a whole bunch of dependency overhead for that bullshit.