astro-ghostcms/.pnpm-store/v3/files/a8/59f2aeb4e7b223fdf96e3e70a6e...

7 lines
372 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
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