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