projecte_ionic/node_modules/core-js/internals/enum-bug-keys.js
2022-02-09 18:30:03 +01:00

11 lines
178 B
JavaScript
Executable file

// IE8- don't enum bug keys
module.exports = [
'constructor',
'hasOwnProperty',
'isPrototypeOf',
'propertyIsEnumerable',
'toLocaleString',
'toString',
'valueOf'
];