mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 03:29:14 +08:00
8 lines
No EOL
322 B
Text
8 lines
No EOL
322 B
Text
import * as ts from 'typescript';
|
|
/**
|
|
* Get the type name of a given type.
|
|
* @param typeChecker The context sensitive TypeScript TypeChecker.
|
|
* @param type The type to get the name of.
|
|
*/
|
|
export declare function getTypeName(typeChecker: ts.TypeChecker, type: ts.Type): string;
|
|
//# sourceMappingURL=getTypeName.d.ts.map |