External module "utils/model/model.utils"
Functions
hasPropertyOf
- hasPropertyOf(clazz: any, obj: any): boolean
-
Parameters
Returns boolean
isInstanceOf
- isInstanceOf(clazz: any, obj: any): boolean
-
Parameters
Returns boolean
newIfDefined
- newIfDefined(clazz: any, obj: any): any
Check if the given object has any properties in common with an instance of the given class.