federation/gateway/node_modules/core-js/proposals/object-iteration.js
2020-11-14 16:43:58 +01:00

4 lines
201 B
JavaScript

// 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');