Variable: hasOwn()
Updated: 2025-10-10 12:02:04
Polyv Wx Live Player Component
Polyv Wx Live Player Component / modules/super-miniprogram/prop-utils/basic / hasOwn
Variable: hasOwn()
consthasOwn: (v) =>boolean=ObjProto.hasOwnProperty
Determines whether an object has a property with the specified name.
Parameters
v
PropertyKey
A property name.
Returns
boolean
