📄 getDeclaration.ts
¶
📊 Analysis Summary¶
Metric | Count |
---|---|
🔧 Functions | 1 |
📦 Imports | 2 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/type-utils/src/getDeclaration.ts
📦 Imports¶
Name | Source |
---|---|
ParserServicesWithTypeInformation |
@typescript-eslint/typescript-estree |
TSESTree |
@typescript-eslint/typescript-estree |
Functions¶
getDeclaration(services: ParserServicesWithTypeInformation, node: TSESTree.Node): ts.Declaration | null
¶
Code
-
JSDoc:
-
Parameters:
services: ParserServicesWithTypeInformation
node: TSESTree.Node
- Return Type:
ts.Declaration | null
- Calls:
services.getSymbolAtLocation
symbol.getDeclarations