Urara-Blog/node_modules/.pnpm-store/v3/files/a3/af7eeb801097950903061761923c30ed5131bd51c2a0d8c0f822dff9ee9dafc230abe095f02a6788d9712fa0f9e4666fe1469a556c797dcffda6ef9ea6c8b3
2022-08-14 01:14:53 +08:00

6 lines
No EOL
242 B
Text

import * as ts from 'typescript';
/**
* Gets the declaration for the given variable
*/
export declare function getDeclaration(checker: ts.TypeChecker, node: ts.Expression): ts.Declaration | null;
//# sourceMappingURL=getDeclaration.d.ts.map