@sap-cloud-sdk/core
Version:
SAP Cloud SDK for JavaScript core
9 lines • 482 B
TypeScript
export declare const nonEnumerable: (target: any, propertyKey: string) => void;
/**
* Checks if the property with name key of the entity is a navigation property.
* @param key - Name of the property.
* @param entityConstructor - Constructor of the entity.
* @returns A boolean denoting whether an entity is a navigation property or not.
*/
export declare function isNavigationProperty(key: string, entityConstructor: any): boolean;
//# sourceMappingURL=properties-util.d.ts.map