astro-ghostcms/.pnpm-store/v3/files/08/7b27225f2ef4b591dd9e7fecc0a...

4 lines
364 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type * as ts from 'typescript';
export declare function getTypeOfPropertyOfName(checker: ts.TypeChecker, type: ts.Type, name: string, escapedName?: ts.__String): ts.Type | undefined;
export declare function getTypeOfPropertyOfType(checker: ts.TypeChecker, type: ts.Type, property: ts.Symbol): ts.Type | undefined;
//# sourceMappingURL=propertyTypes.d.ts.map