persona-community-5/.pnpm-store/v3/files/9d/9d056a02385a9e258cd82c1c90087d01350ecf3487e071088bcd7ac45d432705653caadb9910ef3ecabce8a19e353801069cab80631b599f8fe52b892205c6
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

8 lines
322 B
Plaintext

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