/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
- // IE 8- don't enum bug keys
- module.exports = (
- 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf'
- ).split(',');