mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 07:29:31 +08:00
4 lines
No EOL
359 B
Text
4 lines
No EOL
359 B
Text
import * 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 |