UNPKG

482 BTypeScriptView Raw
1export declare const nonEnumerable: (target: any, propertyKey: string) => void;
2/**
3 * Checks if the property with name key of the entity is a navigation property.
4 * @param key - Name of the property.
5 * @param entityConstructor - Constructor of the entity.
6 * @returns A boolean denoting whether an entity is a navigation property or not.
7 */
8export declare function isNavigationProperty(key: string, entityConstructor: any): boolean;
9//# sourceMappingURL=properties-util.d.ts.map
\No newline at end of file