Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/es-abstract/helpers/IsArray.js
r0c6b92a r79a0317 6 6 7 7 // eslint-disable-next-line global-require 8 var toStr = !$Array.isArray && require('call-b ind/callBound')('Object.prototype.toString');8 var toStr = !$Array.isArray && require('call-bound')('Object.prototype.toString'); 9 9 10 10 module.exports = $Array.isArray || function IsArray(argument) {
Note:
See TracChangeset
for help on using the changeset viewer.