Files
memecoin-botV2/.pnpm-store/v10/files/dc/6c6b7b5a8275cbad5705fadca1dade4722b3664341259413e1206cbcb61772c2107c70ee5ea7324725291d7516a4d6c8589edbd4e25211132fd163576d8613

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;