Skip to content

Function: hasOwn()

ts
function 
hasOwn
(
obj
,
key
): boolean;

Defined in: index.ts:101

Parameters

ParameterType

obj

object

key

PropertyKey

Returns

boolean

Released under the MIT license