(obj, key)
| 18 | })(); |
| 19 | var _hasOwnProperty = Object.prototype.hasOwnProperty; |
| 20 | export function hasOwnProperty(obj, key) { |
| 21 | return _hasOwnProperty.call(obj, key); |
| 22 | } |
| 23 | export function _objectKeys(obj) { |
| 24 | if (Array.isArray(obj)) { |
| 25 | var keys_1 = new Array(obj.length); |
no outgoing calls
no test coverage detected
searching dependent graphs…