Files
memecoin-botV2/.pnpm-store/v10/files/4d/cf3b76195bed50fc0053885b26683b34f2c9e312d2f325efde7a1ce78909cba366efa5aa62936436991d37b59e4ea574c3d295db3119c2f2994ec99006320c

4 lines
346 B
Plaintext

import type { ParserServicesWithTypeInformation, TSESTree } from '@typescript-eslint/utils';
import type { RuleContext } from '@typescript-eslint/utils/ts-eslint';
export declare function isArrayMethodCallWithPredicate(context: RuleContext<string, unknown[]>, services: ParserServicesWithTypeInformation, node: TSESTree.CallExpression): boolean;