Skip to content

Function: hasOwn() ​

ts
function 
hasOwn
(
obj
,
key
): boolean;

Defined in: index.ts:105

Parameters ​

ParameterType

obj

object

key

PropertyKey

Returns ​

boolean

在 MIT 许可证下发布