Files
memecoin-botV2/.pnpm-store/v10/files/e8/989afa43304f7342f285b34eedbf1d7d3a253982265bf7ba737feb1a345f4e8105a66fde93f232ba0ec6dd812f5ba80e1a0e54562974f8576735da0fc08133

4 lines
341 B
Plaintext

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