asd/asd-pc/node_modules/core-js/proposals/object-iteration.js
愉快的大福 eb8378e551 init
2024-11-21 11:06:22 +08:00

6 lines
254 B
JavaScript

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