hz-zhhq-app/node_modules/core-js/proposals/object-iteration.js

5 lines
201 B
JavaScript
Raw Normal View History

2025-01-22 10:53:47 +08:00
// TODO: remove from `core-js@4` as withdrawn
require('../modules/esnext.object.iterate-entries');
require('../modules/esnext.object.iterate-keys');
require('../modules/esnext.object.iterate-values');