All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.core-js.modules._enum-bug-keys.js Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
// IE 8- don't enum bug keys
module.exports = (
  'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf'
).split(',');




© 2015 - 2024 Weber Informatics LLC | Privacy Policy