ownKeys function

  1. @JS('ownKeys')
JSArray<JSAny> ownKeys(
  1. JSObject target
)

Method ownKeys

Parameters:

  • target: object

Implementation

@_i1.JS('ownKeys')
external _i1.JSArray<_i1.JSAny> ownKeys(_i1.JSObject target);