github-pages-deploy-action/node_modules/core-js-pure/internals/enum-bug-keys.js

11 lines
178 B
JavaScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
// IE8- don't enum bug keys
module.exports = [
'constructor',
'hasOwnProperty',
'isPrototypeOf',
'propertyIsEnumerable',
'toLocaleString',
'toString',
'valueOf'
];