UNPKG

eslint-plugin-sonarjs

Version:
3 lines (2 loc) 191 B
import type { TSESTree } from '@typescript-eslint/utils'; export declare function getJsxShortCircuitNodes(logicalExpression: TSESTree.LogicalExpression): TSESTree.LogicalExpression[] | null;