projecte_ionic/node_modules/core-js-pure/internals/enum-bug-keys.js

11 lines
178 B
JavaScript
Raw Permalink Normal View History

2022-02-09 18:30:03 +01:00
// IE8- don't enum bug keys
module.exports = [
'constructor',
'hasOwnProperty',
'isPrototypeOf',
'propertyIsEnumerable',
'toLocaleString',
'toString',
'valueOf'
];