Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function isParenthesisedTwice(node) {
return isParenthesizedRaw(2, node, sourceCode);
}
function isParenthesisedTwice(node) {
return isParenthesizedRaw(2, node, sourceCode);
}
function isParenthesised(node) {
return isParenthesizedRaw(1, node, sourceCode);
}
function isParenthesisedTwice(node) {
return isParenthesizedRaw(2, node, sourceCode);
}
function isParenthesised(node) {
return isParenthesizedRaw(1, node, sourceCode);
}