hrms-manual/node_modules/core-js/es/get-iterator-method.js

7 lines
203 B
JavaScript
Raw Normal View History

2023-09-06 14:51:44 +07:00
'use strict';
require('../modules/es.array.iterator');
require('../modules/es.string.iterator');
var getIteratorMethod = require('../internals/get-iterator-method');
module.exports = getIteratorMethod;