has function

  1. @JS('has')
JSBoolean has(
  1. JSObject target,
  2. PropertyKey propertyKey
)

Method has

Parameters:

  • target: object
  • propertyKey: PropertyKey

Implementation

@_i1.JS('has')
external _i1.JSBoolean has(_i1.JSObject target, _i2.PropertyKey propertyKey);