VUE_GabenParadise/node_modules/core-js/internals/enum-bug-keys.js

11 lines
178 B
JavaScript
Raw Normal View History

2020-08-10 12:35:19 +00:00
// IE8- don't enum bug keys
module.exports = [
'constructor',
'hasOwnProperty',
'isPrototypeOf',
'propertyIsEnumerable',
'toLocaleString',
'toString',
'valueOf'
];