Files
memecoin-botV2/.pnpm-store/v10/files/78/e913b42bc7acf407e1508d61e7d80210e1e5af34f881f3a6e6f211ad9bcf784333aaeb2ebac59960b9e521ba24df034e346bd325169ad8e98d5b0782a28a82

7 lines
328 B
Plaintext

import type { ParserServicesWithTypeInformation, TSESTree } from '@typescript-eslint/typescript-estree';
import type * as ts from 'typescript';
/**
* Gets the declaration for the given variable
*/
export declare function getDeclaration(services: ParserServicesWithTypeInformation, node: TSESTree.Node): ts.Declaration | null;