Files
memecoin-botV2/.pnpm-store/v10/files/ee/db761e38267b4d965a719064d88bfaeacd0f0591b112d0da732eec3c842610731fe75a9228a0e811cb94f103c26d58ebcd4e31bd06162b2c193c6b14e356ed

7 lines
372 B
Plaintext

import type { TSESTree } from '@typescript-eslint/utils';
import type { RuleContext } from '@typescript-eslint/utils/ts-eslint';
/**
* @return `true` if the function or method node has overload signatures.
*/
export declare function hasOverloadSignatures(node: TSESTree.FunctionDeclaration | TSESTree.MethodDefinition, context: RuleContext<string, unknown[]>): boolean;