3 lines
164 B
Plaintext
3 lines
164 B
Plaintext
import type { TSESTree } from '@typescript-eslint/utils';
|
|
export declare function skipChainExpression<T extends TSESTree.Node>(node: T): T | TSESTree.ChainElement;
|