UNPKG

polyfill-service

Version:
10 lines (9 loc) 236 B
(function (toString) { Object.defineProperty(Array, 'isArray', { configurable: true, value: function isArray(object) { return toString.call(object) === '[object Array]'; }, writable: true }); }(Object.prototype.toString));