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