/node_modules/babel-polyfill/node_modules/core-js/library/modules/_enum-bug-keys.js

https://bitbucket.org/worklabschd/bingle_customer2 · JavaScript · 4 lines · 3 code · 0 blank · 1 comment · 0 complexity · 239ab95023e4d20ff0b255c8532dfe69 MD5 · raw file

  1. // IE 8- don't enum bug keys
  2. module.exports = (
  3. 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf'
  4. ).split(',');