Get the property with the given name on the given type (if it exists).
declare const property: ts.Symbol;declare const type: ts.Type;getPropertyOfType(type, property.getEscapedName()); Copy
declare const property: ts.Symbol;declare const type: ts.Type;getPropertyOfType(type, property.getEscapedName());
Get the property with the given name on the given type (if it exists).