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