4 lines
255 B
Plaintext
4 lines
255 B
Plaintext
import type { TSESTree } from '@typescript-eslint/utils';
|
|
import type { SourceCode } from '@typescript-eslint/utils/ts-eslint';
|
|
export declare function isReferenceToGlobalFunction(calleeName: string, node: TSESTree.Node, sourceCode: SourceCode): boolean;
|