persona-community-5/.pnpm-store/v3/files/a8/59f2aeb4e7b223fdf96e3e70a6ed50eab5206b57ac7349e574392bad124bf97c2c148b8b541d65400b51214a86f9e5c37e390e18289f029ef8a732d3c079e9
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

7 lines
372 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;
//# sourceMappingURL=getDeclaration.d.ts.map