UNPKG

eslint-plugin-de-morgan

Version:

ESLint plugin for transforming negated boolean expressions via De Morgan’s laws

5 lines (4 loc) 199 B
'use strict' Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }) let isBinaryExpression = node => node.type === 'BinaryExpression' exports.isBinaryExpression = isBinaryExpression