3 lines
131 B
Plaintext
3 lines
131 B
Plaintext
import type { TSESTree } from '@typescript-eslint/utils';
|
|
export declare function isConditionalTest(node: TSESTree.Node): boolean;
|