mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 17:29:31 +08:00
6 lines
No EOL
242 B
Text
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 |