object-iteration.js 254 B

12345
  1. // TODO: remove from `core-js@4` as withdrawn
  2. // https://github.com/tc39/proposal-object-iteration
  3. require('../modules/esnext.object.iterate-entries');
  4. require('../modules/esnext.object.iterate-keys');
  5. require('../modules/esnext.object.iterate-values');