function hasOwn(obj, key): boolean;
Defined in: utils.ts:88
Checks whether an object owns a key, including null-prototype dictionaries.
object
PropertyKey
boolean