@typescript-eslint/eslint-plugin
Version:
TypeScript plugin for ESLint
4 lines • 396 B
TypeScript
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;
//# sourceMappingURL=isPromiseAggregatorMethod.d.ts.map