securityos/node_modules/eslint-plugin-sonarjs/lib/utils/jsx.d.ts

3 lines
204 B
TypeScript

import type { TSESTree } from '@typescript-eslint/experimental-utils';
export declare function getJsxShortCircuitNodes(logicalExpression: TSESTree.LogicalExpression): TSESTree.LogicalExpression[] | null;