astro-ghostcms/.pnpm-store/v3/files/9d/9d056a02385a9e258cd82c1c900...

8 lines
322 B
Plaintext
Raw Normal View History

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